1
0
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:
Kacper Michajłow
2024-02-06 22:53:03 +01:00
parent 05420227aa
commit 9553cd943b

View File

@@ -198,7 +198,9 @@ class TwitchBaseIE(InfoExtractor):
'allow_audio_only': 'true',
'allow_spectre': 'true',
'p': random.randint(1000000, 10000000),
'platform': 'web',
'player': 'twitchweb',
'supported_codecs': 'av1,h265,h264',
'playlist_include_framerate': 'true',
'sig': signature,
'token': token,