projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bbb4b5
)
[twitch:playlistbase] Restore original _PAGE_LIMIT
author
Sergey M․
<dstftw@gmail.com>
Thu, 3 Mar 2016 16:12:55 +0000
(22:12 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 3 Mar 2016 16:12:55 +0000
(22:12 +0600)
youtube_dl/extractor/twitch.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/twitch.py
b/youtube_dl/extractor/twitch.py
index a9f8a5b8b542e56e18e994edcb07db71a828e9b0..0cf240e1e532b74d2a1b7d05a5c1943cde62ec9e 100644
(file)
--- 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 = 10
0
def _extract_playlist(self, channel_id):
info = self._download_json(