Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[Feature Suggestion - twitch.tv] Enable Audio_Only format #8731
Comments
Would be great for the music channels. |
|
audio only formats will be supported in the next version. |
Adding the request parameter
'allow_audio_only': 'true'alongside the two instances of'allow_source': 'true'in the twitch extractor module appears to enable anAudio_Onlyformat, which is regularly restricted to the twitch.tv mobile app.After implementing this change,
youtube-dl -F twitch.tv/[channel]on a random channel returns the following additional format summary:Would this be worth adding in? I'd imagine that the format might be useful in low-bandwidth situations.