mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-24 19:22:06 +00:00
Changed Regex for recognizing playlists
This commit is contained in:
parent
df0588a31f
commit
c9b8f99019
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ class IqiyiIE(InfoExtractor):
|
|||
PAGE_SIZE = 50
|
||||
|
||||
links = re.findall(
|
||||
r'<a[^>]+class="site-piclist_pic_link"[^>]+href="(http://www\.iqiyi\.com/.+\.html)"',
|
||||
r'<a href="(http://www\.iqiyi\.com/.+\.html)"[^>]+?class="site-piclist_pic_link"[^>]+?>',
|
||||
webpage)
|
||||
if not links:
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue