Add Streamwish extractor #501
Labels
No labels
MediaFlow Proxy
autorelease: pending
autorelease: tagged
bug
documentation
duplicate
enhancement
help wanted
invalid
question
wontfix
🇩🇪 German
🇫🇷 French
🇮🇳 Indian
🇸🇦 Arabic
🌐 Multi
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Creepso/webstreamr-github#501
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi
Like this one
50a82b9c64/script.module.resolveurl/lib/resolveurl/plugins/streamwish.py (L37)Link to test
https://wishonly.site/e/gt1bbhktklo9
I have a wbsite to bring but is based only on streamwish
Aso some of your existing sources are using streamwish
This might work
b53ad8a399/src/providers/embeds/streamwish.tsthey are abusing a legitimate file hosting service such as google, tiktok, etc, by adding a fake PNG header (8 bytes) to the segments and storing them. Due to the PNG header, google, tiktok, etc think these are ad images and dont remove them or limit them
It has no DRM or block, we just need to remove 8 bytes from ts segments to make them work.
This is also happening on filelions here
https://github.com/mhdzumair/mediaflow-proxy/issues/170#issue-3635277636
Lets hope the author will include the patch on his filelions extractor
I found the way how to make this work through mediaflow proxy.
I created the patch for the author to merge it. I've impemented a 8 bytes strip on the ts segments which makes the links work.
When he merges I will open here a pulll request for you to include the extractor(if interested ofcourse).
I will close this for now as resolved.
This will also resolve filelions, because has started doing the same on some ocassions, also I think Turbovid(but I have to check)
Oh, interesting. If you want to add streamwhish then keep this open please.
Here
First 8 fake bytes strip
https://github.com/mhdzumair/mediaflow-proxy/pull/174
Streamwish extractor support(using js uncpacker)
https://github.com/mhdzumair/mediaflow-proxy/pull/175
As soon as he merge it, adding the extractor to webstreamr will be easy(we just need to pass the embed url to mediaflow) and mediaflow will do the rest.