projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
513cbdd
)
[iqiyi] Add localized name
author
Yen Chi Hsuan
<yan12125@gmail.com>
Fri, 10 Jul 2015 16:51:03 +0000
(
00:51
+0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Fri, 10 Jul 2015 16:51:03 +0000
(
00:51
+0800)
youtube_dl/extractor/iqiyi.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/iqiyi.py
b/youtube_dl/extractor/iqiyi.py
index 9106dd07491c18b6521ad3894d16ea56238aa9aa..0f6707d7cc7a9c3ab563ced28e8d15a23c8a97eb 100644
(file)
--- 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'