[twitch:playlistbase] Restore original _PAGE_LIMIT

This commit is contained in:
Sergey M․ 2016-03-03 22:12:55 +06:00
parent 8bbb4b56ee
commit ececca6cde

View 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(