mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-06-30 11:02:51 -05:00
[twitch:playlistbase] Fix all at once fetch
This commit is contained in:
@ -303,8 +303,7 @@ class TwitchPlaylistBaseIE(TwitchBaseIE):
|
||||
'Twitch paging is broken on twitch side, requesting all videos at once',
|
||||
channel_id)
|
||||
broken_paging_detected = True
|
||||
limit = total
|
||||
offset = 0
|
||||
offset = total
|
||||
counter_override = '(all at once)'
|
||||
continue
|
||||
entries.extend(page_entries)
|
||||
|
Reference in New Issue
Block a user