laurencee / Livestream.Monitor

A windows GUI for livestreamer/streamlink
GNU General Public License v2.0
60 stars 8 forks source link

Twitch VOD URL #24

Closed Tharn closed 7 years ago

Tharn commented 7 years ago

Twitch has changed where it keeps its files. Streamlink already has an issue open for it, so I'm not sure if this is a LM problem to begin with. I do know that LM displays the proper new URL when you click on a tile, and it works fine with screenshot and all. It just doesn't play.

If you change the URL displayed in LM when you click on a VOD from twitch.tv/videos/XXXXXXXXX to twitch.tv/user/v/XXXXXXXXX, they can be played.

I think this might be legacy functionality. Since twitch.tv/videos/XXXXXXXXX is the new layout - it probably just isn't parsed right by streamlink. Feel free to close this if it's not a LM problem.

laurencee commented 7 years ago

Kind of annoying because the /videos/ url still works on twitch website.

Oh I think I'm on the V3.0 api, apparently that's being deprecated in a few weeks... https://dev.twitch.tv/docs

laurencee commented 7 years ago

This might get addressed by #25 if the new api returns the updated urls.

laurencee commented 7 years ago

I might just hack this one like you suggested since at least then the urls will just work without having to muck around with cut/paste.

laurencee commented 7 years ago

https://github.com/laurencee/Livestream.Monitor/releases/tag/2.9.1

Tharn commented 7 years ago

Appreciate it! Ironically 2.9.0 was fine once streamlink had gotten its own update to handle the twitch.tv/videos/XXXXXXXXX URL.