From: Sergey M․ Date: Thu, 3 Mar 2016 16:12:55 +0000 (+0600) Subject: [twitch:playlistbase] Restore original _PAGE_LIMIT X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=ececca6cde9f42f24d1d8b74a3c56f1149f70f5d;hp=8bbb4b56ee6c582f416ca1f8951a6821fccc1548;p=youtube-dl [twitch:playlistbase] Restore original _PAGE_LIMIT --- diff --git a/youtube_dl/extractor/twitch.py b/youtube_dl/extractor/twitch.py index a9f8a5b8b..0cf240e1e 100644 --- a/youtube_dl/extractor/twitch.py +++ b/youtube_dl/extractor/twitch.py @@ -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(