Trying to add a new source #650
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#650
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?
Hey
I have this
https://shqipflix.cc/In curl this work
curl https://shqipflix.cc/api/content?v=1There I find the data id for the movie i searched
I use that data id to get the embeds
curl -s https://shqipflix.cc/api/content/80cf009c-ecc7-45e2-8974-846a87355f9cBoth works on curl but using them on vercel via code cloudflare appears
COde
https://github.com/GLlgGL/webstreamr/blob/main/src/source/Shqipflix.tsMaybe there is another way how to do it?
Or just flaresolverr might save us?
Hmm I tried but is impossible to remove vloudflare from flaging...
Shame as this source will start adding movies actively and has two extractors we already have them working voe and vidmoly
I was able to make it work through flaresolverr so till we find a solution without it I can use it with flaresolverr.
By the way flaresolverr support works well for webstreamr...
By the way the only problem with flaresolverr is that cant be protected restricted like mediaflow is for example...
Can you add support for flaresolverr env to be able to read also a basic http auth password?