This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
Update iqiyi.py
Fix part of the address can not be resolved. eg:
http://www.iqiyi.com/w_19rt6o8t9p.html
totalwebcasting
gam2046
9 years ago
committed by
Yen Chi Hsuan
parent
a95c26a06a
commit
82e02ea5fc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/extractor/iqiyi.py
+ 1
- 1
youtube_dl/extractor/iqiyi.py
View File
@ -16,7 +16,7 @@ class IqiyiIE(InfoExtractor):
IE_NAME
=
'
iqiyi
'
IE_DESC
=
'
爱奇艺
'
_VALID_URL
=
r
'
http://(?:www
\
.)iqiyi.com/
v
_.+?
\
.html
'
_VALID_URL
=
r
'
http://(?:www
\
.)iqiyi.com/
.
_.+?
\
.html
'
_TESTS
=
[
{
'
url
'
:
'
http://www.iqiyi.com/v_19rrojlavg.html
'
,
Write
Preview
Loading…
Cancel
Save