This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[twitch:vod] Use native hls
totalwebcasting
Sergey M․
9 years ago
parent
1e236d7e23
commit
631d4c87ee
No known key found for this signature in database
GPG Key ID:
2C393E0F18A9236D
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/extractor/twitch.py
+ 1
- 1
youtube_dl/extractor/twitch.py
View File
@ -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
Write
Preview
Loading…
Cancel
Save