1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-28 06:39:36 +00:00

[twitch:playlistbase] Fix all at once fetch

This commit is contained in:
Sergey M․ 2016-03-03 22:18:32 +06:00
parent ececca6cde
commit a8276b2680

View file

@ -303,8 +303,7 @@ class TwitchPlaylistBaseIE(TwitchBaseIE):
'Twitch paging is broken on twitch side, requesting all videos at once', 'Twitch paging is broken on twitch side, requesting all videos at once',
channel_id) channel_id)
broken_paging_detected = True broken_paging_detected = True
limit = total offset = total
offset = 0
counter_override = '(all at once)' counter_override = '(all at once)'
continue continue
entries.extend(page_entries) entries.extend(page_entries)