mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-06-06 00:49:20 +02:00
[extractor/twitch] Support AV1/HEVC extraction
Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
This commit is contained in:
@@ -198,7 +198,9 @@ class TwitchBaseIE(InfoExtractor):
|
|||||||
'allow_audio_only': 'true',
|
'allow_audio_only': 'true',
|
||||||
'allow_spectre': 'true',
|
'allow_spectre': 'true',
|
||||||
'p': random.randint(1000000, 10000000),
|
'p': random.randint(1000000, 10000000),
|
||||||
|
'platform': 'web',
|
||||||
'player': 'twitchweb',
|
'player': 'twitchweb',
|
||||||
|
'supported_codecs': 'av1,h265,h264',
|
||||||
'playlist_include_framerate': 'true',
|
'playlist_include_framerate': 'true',
|
||||||
'sig': signature,
|
'sig': signature,
|
||||||
'token': token,
|
'token': token,
|
||||||
|
Reference in New Issue
Block a user