Broke flaresolverr on new fetcher changes #530
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#530
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
On fetcher.ts you should replace
From this
{ method: 'POST', body: JSON.stringify(body) }to this
{ method: 'POST', data: JSON.stringify(body) }you're using flaresolverr? poor you :D
sorry and thx. might be fixed with
68cfa65135. maybe you can check again, please?I have your addon and mpf to way ahead where I am testing to bring new extractors like Vidmoly, Streamwish, Turbovidplay, Vidoza(I have all of them working now). When the author of mfp merges my comits you will be able to add them too here.
Also I tried waaw extractor with flaresolverr but till now I failed(flaresolveer seems ok for the moment thanks)
The remaining two extractos that I have a focus on and want them resolved are VKvideo and VidGuard. On VK i have a code but i get rate limited on POST(maybe you can help), on the vidguard is a bit more difficult I guess because there are some decoding going on and also it will need MFP.