mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-05 02:32:44 +01:00
[twitch:vod] Use native hls
This commit is contained in:
parent
1e236d7e23
commit
631d4c87ee
@ -260,7 +260,7 @@ def _real_extract(self, url):
|
||||
'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
|
||||
|
Loading…
Reference in New Issue
Block a user