mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-18 15:15:42 +07:00
[twitch:playlistbase] Fix all at once fetch
This commit is contained in:
@@ -303,8 +303,7 @@ def _extract_playlist(self, channel_id):
|
|||||||
'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)
|
||||||
|
|||||||
Reference in New Issue
Block a user