mirror of
https://github.com/l1ving/youtube-dl
synced 2026-05-27 06:29:57 +08:00
[dailymotion:playlist] Optimize download archive processing
This commit is contained in:
committed by
Sergey M․
Unverified
parent
da0baba5c8
commit
485fedf6fd
@@ -331,7 +331,7 @@ class DailymotionPlaylistIE(DailymotionBaseInfoExtractor):
|
||||
|
||||
for video_id in re.findall(r'data-xid="(.+?)"', webpage):
|
||||
if video_id not in video_ids:
|
||||
yield self.url_result('http://www.dailymotion.com/video/%s' % video_id, 'Dailymotion')
|
||||
yield self.url_result('http://www.dailymotion.com/video/%s' % video_id, 'Dailymotion', video_id)
|
||||
video_ids.add(video_id)
|
||||
|
||||
if re.search(self._MORE_PAGES_INDICATOR, webpage) is None:
|
||||
|
||||
Reference in New Issue
Block a user