[twitch:playlistbase] Restore original _PAGE_LIMIT
[youtube-dl] / youtube_dl / extractor / twitch.py
index a9f8a5b8b542e56e18e994edcb07db71a828e9b0..0cf240e1e532b74d2a1b7d05a5c1943cde62ec9e 100644 (file)
@@ -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(