-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
plugins.useetv: new plugin #4536
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't checked the site, just commenting on the diff.
Thanks for the pointers. Hopefully everything is resolved now. |
The changes are looking good, thanks... Just had a look at the site and tested the plugin, and apart from some content not being accessible, as stated in the OP, I can't find any DASH streams. |
These are all DASH, but they are also all country restricted to Indonesia: https://www.useetv.com/livetv/useeinfo
|
There are 4 types of content I have found:
There appear to be 3 levels of access:
The main method of access control appears to be based on dynamically rendered HTML pages which either include or do not include the playlist/manifest URL.
Country restricted to Indonesia with subscription has not been tested and is therefore unsupported. I suspect, however, that with a valid session cookie they may work, as long as they conform to a format supported in
find_url()
.Live TV:
https://www.useetv.com/livetv/seatoday (unrestricted)
https://www.useetv.com/livetv/jtv (restricted to .id)
https://www.useetv.com/livetv/mtvlive (restricted to .id with sub)
TV replay VODs:
https://www.useetv.com/tvod/seatoday/1652986800/1652988600/meet-the-creators (unrestricted)
https://www.useetv.com/tvod/jtv/1652952600/1652954400/padharan-fit (restricted to .id)
https://www.useetv.com/tvod/mtvlive/1652988600/1652990400/hot-right-now (restricted to .id with sub)
Premium VODs (all seem to be unrestricted if you can get the URL, i.e. not paid for content):
https://www.useetv.com/vodpremium/play/7898
https://www.useetv.com/vodpremium/play/8002
https://www.useetv.com/vodpremium/play/8045
Event VODs (live streaming untested, all tested from gallery):
https://www.useetv.com/ev/CXForumJuni2021 (unrestricted)
https://www.useetv.com/ev/startup-meetup-bufferapp-v-50 (unrestricted)
https://www.useetv.com/ev/webinar-outbreak-challenge-and-opportunities (seems restricted to .id)
closes #4451