Browse Source

[twitch:playlistbase] Restore original _PAGE_LIMIT

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


Loading…
Cancel
Save