ArneVogel/concat

QualityOptions no longer works due to api.twitch.tv/api/vods API removed

Opened this issue · 2 comments

concat/main.go

Line 294 in 35592ca

tokenAPILink := fmt.Sprintf("https://api.twitch.tv/api/vods/%v/access_token?&client_id="+twitchClientID, vodID)

{"error":"Gone","status":410,"message":"this API has been removed."}

Does the downloading still work? What quality does it now use by default?

I'm on Linux but I thought I answer you anyway since I love your tool and I know you support it even though you don't use it yourself any more, iirc.

It still downloads fine and it uses "chunked" quality per default. Afaik this results in picking the highest available quality.

For me personally this is fine since I never used the quality flag anyway.

I hope you do well and thanks again for this wonderful tool!