projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e236d7
)
[twitch:vod] Use native hls
author
Sergey M․
<dstftw@gmail.com>
Sat, 4 Jun 2016 20:19:44 +0000
(
03:19
+0700)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 4 Jun 2016 20:19:44 +0000
(
03:19
+0700)
youtube_dl/extractor/twitch.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/twitch.py
b/youtube_dl/extractor/twitch.py
index f7b98e1908c9c011e8a7f091d9f636667dc63af7..d898f14c32457ac565026525f11d49d95f8c55eb 100644
(file)
--- a/
youtube_dl/extractor/twitch.py
+++ b/
youtube_dl/extractor/twitch.py
@@
-260,7
+260,7
@@
class TwitchVodIE(TwitchItemBaseIE):
'nauth': access_token['token'],
'nauthsig': access_token['sig'],
})),
- item_id, 'mp4')
+ item_id, 'mp4'
, entry_protocol='m3u8_native'
)
self._prefer_source(formats)
info['formats'] = formats