1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-11-24 19:22:06 +00:00

Slight improvment on Regex for Playlist Detection

This commit is contained in:
Thomas Christlieb 2017-02-03 16:30:02 +01:00
parent 8d58ebe4dc
commit ee32d5ae0f

View file

@ -302,7 +302,7 @@ class IqiyiIE(InfoExtractor):
PAGE_SIZE = 50 PAGE_SIZE = 50
links = re.findall( links = re.findall(
r'<a[^>]+?href="(http://www\.iqiyi\.com/.+\.html)"[^>]+?class="site-piclist_pic_link"[^>]+?>', r'<a[^>]+href="(http://www\.iqiyi\.com/.+\.html)"[^>]+class="site-piclist_pic_link".*>',
webpage) webpage)
if not links: if not links:
return return