Twitch has just started fully deleting a greater percentage of VODs also from their VOD servers when a streamer deletes the VOD. If you cannot find a VOD it is because that one has fallen fate to Twitch's updated deletion process.
bool enableVodTrack = ui->service->currentText() == "Twitch"; bool wasEnabled = !!vodTrackCheckbox; if (enableVodTrack == wasEnabled) return; if (!enableVodTrack) { delete vodTrackCheckbox; delete vodTrackContainer; return; } vodTrackCheck...
Now, in the event that a streamer gets hit with a DMCA takedown request, it’ll show up in their on-site inbox; Twitch’s video producer will also show the number of copyright strikes a channel has received. In addition, streamers can now unpublish or delete all their VODs at once (...
Authenticating twitch stream Personal OAuth token can be read from the auth-token cookie saved on storage from https://twitch.tv Personal OAuth token is sent on the first GQL POST request the client makes (to fetch the playback access token) in the Authorization header prefixed by OAuth This...
A set of a misc tools to work with files and processes. The twitch_vod_fetch-windows-tested branch of this fork contains the latest version of the twitch_vod_fetch script that's been tested and confirmed to work on Windows. - Choonster/fgtk