cloudstream
cloudstream copied to clipboard
Upstream extractor doesn't work
Steps to reproduce
- open any video from upstream
- it doesn't work
Expected behavior
it should work
Actual behavior
but it doesn't...
Cloudstream version and commit hash
asd
Android version
asd
Logcat
No response
Other details
No response
Acknowledgements
- [X] I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
- [X] I have written a short but informative title.
- [X] I have updated the app to pre-release version Latest.
- [x] If related to a provider, I have checked the site and it works, but not the app.
- [X] I will fill out all of the requested information in this form.
There is a billion providers, I cannot go hunt down where upstream is used. Send me which video on which provider if you want me to look at it.
some example videos on upstream: aHR0cHM6Ly91cHN0cmVhbS50by9lbWJlZC04aXBkZXVmdDVsZzAuaHRtbA== aHR0cHM6Ly91cHN0cmVhbS50by9lbWJlZC1mMHUwN3djNTU5eXEuaHRtbA==
basically domain lookup needs to be changed cuz it doesn't work, you can use regex which is something like this: https:\/\/s\d*\.upstreamcdn\.co
and also they added more info to the playlist url (master.m3u8), so you probably also need to change that!
yeahy