diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2015-07-11 00:51:03 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2015-07-11 00:51:03 +0800 |
commit | 44c514eb9c03ddf495feeaf94495bee39cffd842 (patch) | |
tree | b4833d8dc3f01d6b4b968ec7cadb9501680ab173 | |
parent | 513cbdda935b9f319cb61bffcdb0107249eb6b78 (diff) |
[iqiyi] Add localized name
-rw-r--r-- | youtube_dl/extractor/iqiyi.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/iqiyi.py b/youtube_dl/extractor/iqiyi.py index 9106dd074..0f6707d7c 100644 --- a/youtube_dl/extractor/iqiyi.py +++ b/youtube_dl/extractor/iqiyi.py @@ -20,6 +20,7 @@ from ..utils import ( class IqiyiIE(InfoExtractor): IE_NAME = 'iqiyi' + IE_DESC = '爱奇艺' _VALID_URL = r'http://(?:www\.)iqiyi.com/v_.+?\.html' |