-
Notifications
You must be signed in to change notification settings - Fork 11
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
Progress? #73
Comments
I haven't "seen" or heard from Tempest in a long while so ya might wanna use something else for a while like the oath or something and then just wait and see if Tempest does return lol. |
Hey everyone if you're looking for a good USTVgo alternative to Tempest try Arxtic-Ape. It's working fine for me thus far. https://github.com/arxtic-ape |
Yep, that works like a charm, it have different approach which bypass very nicely that "vpn" check. |
And now that one broke too because ustvgo changed something... Let's hope developer is still around, I did evaluate change a little bit and it shouldn't be too hard to fix (some .php things changed to .js). |
If you guys need a simple iptv source you can just grab my webOasis indexer thats in my ScraperWork repo, then toss it in whatever addon ya got with some easy lines of code 😉. The radio and tv features work pretty decent. |
Ok, let's pinpoint to the code where change is needed... old code looks like this (part of the function):
ustvgo have now that clappr replaced with .js version. Someone with more skills than I have should see how those parameters should be passed to it, I bet it's rather close but not exactly the same. Looking forwards to hear some ideas. |
I see this from my site snoop that seems right but completely untested lol.. view-source:https://ustvgo.tv/amc-live/ <iframe src='/player.php?stream=AMC' allowfullscreen="" scrolling="no" frameborder="0"></iframe>view-source:https://ustvgo.tv/player.php?stream=AMC Thats on mobile and pretty easy to test with some channels to see if it works lol. Might wanna check reddit or a more active iptv type of github page also lol |
If that bullshit at the beginning of re.findall is what you see as an issue, try removing it some to be like re.findall('stream=(blahblah)', html) |
Well, that's not the only place where it's needed... let's put whole function here so you can see it easier:
So it's needed also for that header ... "removing bullshit" doesn't solve anything here... |
So is this addon officially dead in the water? Most live TV doesn't work, many times the movies/TV shows are pulling dead links. If it is dead then that's OK, just wondering if we should hold out hope for a return to glory or not?
The text was updated successfully, but these errors were encountered: