Twitch-Utils
Twitch-Utils copied to clipboard
Record, concatenate and synchronize Twitch live streams and remove background music
Sometime channels disable clips. I thought it would be interesting while you record a stream, to have a command to make a clip. Also, a bug if stream is live...
In previous version bandwidth limiting was provided using the `pv` utility that is not available on many Linux distributions by default. We need a pure Python solution.
Instead of using Twitch's OAuth token, we can create our own. It would be enough for detecting stream and live VOD, but streamlink would still require first-party token, that can...