-
Notifications
You must be signed in to change notification settings - Fork 579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vaughnlive.tv new INFO_URL #1497
Comments
I wonder if he thinks he's being clever lol. |
That fixed it! Thanks! It seems strange he has a problem with livestreamer, especially after this: |
This was already fixed by #1376 (but it's not merged, like the rest of pending fixes). |
@javiercantero The latest version of #1376 didn't have the new INFO_URL at the time I posted this. It's been updated since though. @techmouse He's not very bright :p |
How do I find the new INFO_URL when it changes? It's changed many times before and as I use the site with some frequency, that might come in handy. |
I'm curious how that string is found too. I would like to be able to change it on my own when necessary. |
Open your browser's developer tools and switch to the network tab before loading a channel page. One of the first GET requests shown in that tab is to http://mvn.vaughnsoft.net. The full URL of that request is the INFO_URL for the channel you've loaded. |
Holy crap it's been there this whole time. I kept scouring various sources and elements but I couldn't ever find it. Well now I know how to fix it! Thank you! |
@techmouse You're welcome! 😃 |
INFO_URL has changed again I think. fadster I've tried your method but it doesn't work. |
@pabloesmeraldo It's still working for me. Perhaps it was a transient glitch? |
INFO_URL = "http://mvn.vaughnsoft.net/video/edge/mzn-{domain}_{channel}?{version}_{ms}-{ms}-{random}"
The text was updated successfully, but these errors were encountered: