ArneVogel / concat

Download your vods from twitch in the command line
https://www.arnevogel.com/standalone-concat-version/
GNU General Public License v3.0
205 stars 33 forks source link

http://api.twitch.tv/api returns 410.Gone #70

Open ikonkere opened 1 year ago

ikonkere commented 1 year ago

Since a few days http://api.twitch.tv/api returns 410.Gone status, while http://usher.twitch.tv/vod is unreachable. I know you don't support this little program anymore, but can you quickly confirm that the APIs are completely gone and there's nothing to be done to fix it?

SputNikPlop commented 10 months ago

@ikonkere I can confirm that they are gone.

qwelias commented 5 months ago

I think twitch migrated to graphql Have to use https://gql.twitch.tv/gql with

{"operationName":"PlaybackAccessToken","variables":{"isLive":false,"login":"","isVod":true,"vodID":"2049044918","playerType":"channel_home_carousel"},"extensions":{"persistedQuery":{"version":1,"sha256Hash":"3093517e37e4f4cb48906155bcd894150aef92617939236d2508f3375ab732ce"}}}

to get access_token