downloader: support 2k/4k twitch streams

You need to explicitly say you support x265
master
Mike Lang 5 days ago
parent 090a0af7e6
commit 094edfc701

@ -139,6 +139,7 @@ class TwitchProvider(Provider):
"allow_audio_only": "true",
"allow_spectre": "false",
"fast_bread": "true",
"supported_codecs": "av1,h265,h264",
"sig": sig,
"token": token,
},

Loading…
Cancel
Save