mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 19:52:40 +01:00
[iqiyi] Make _VALID_URL more accurate
v_* urls are individual videos, while a_* urls are playlists, which are not supported yet.
This commit is contained in:
parent
9948113590
commit
865ab62f43
@ -17,7 +17,7 @@
|
||||
class IqiyiIE(InfoExtractor):
|
||||
IE_NAME = 'iqiyi'
|
||||
|
||||
_VALID_URL = r'http://(?:www\.)iqiyi.com/.+?\.html'
|
||||
_VALID_URL = r'http://(?:www\.)iqiyi.com/v_.+?\.html'
|
||||
|
||||
_TESTS = [{
|
||||
'url': 'http://www.iqiyi.com/v_19rrojlavg.html',
|
||||
|
Loading…
Reference in New Issue
Block a user