mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 03:10:38 +00:00
[twitch:playlistbase] Restore original _PAGE_LIMIT
This commit is contained in:
parent
8bbb4b56ee
commit
ececca6cde
@ -272,7 +272,7 @@ class TwitchVodIE(TwitchItemBaseIE):
|
||||
|
||||
class TwitchPlaylistBaseIE(TwitchBaseIE):
|
||||
_PLAYLIST_URL = '%s/kraken/channels/%%s/videos/?offset=%%d&limit=%%d' % TwitchBaseIE._API_BASE
|
||||
_PAGE_LIMIT = 10
|
||||
_PAGE_LIMIT = 100
|
||||
|
||||
def _extract_playlist(self, channel_id):
|
||||
info = self._download_json(
|
||||
|
Loading…
Reference in New Issue
Block a user