Browse Source

[twitch:playlistbase] Restore original _PAGE_LIMIT

Sergey M․ 9 years ago
parent
commit
ececca6cde
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/twitch.py

+ 1 - 1
youtube_dl/extractor/twitch.py

@@ -272,7 +272,7 @@ class TwitchVodIE(TwitchItemBaseIE):
 
 
 class TwitchPlaylistBaseIE(TwitchBaseIE):
 class TwitchPlaylistBaseIE(TwitchBaseIE):
     _PLAYLIST_URL = '%s/kraken/channels/%%s/videos/?offset=%%d&limit=%%d' % TwitchBaseIE._API_BASE
     _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):
     def _extract_playlist(self, channel_id):
         info = self._download_json(
         info = self._download_json(