Broke flaresolverr on new fetcher changes #530

Closed
opened 2025-11-29 11:02:33 +00:00 by GLlgGL · 2 comments
GLlgGL commented 2025-11-29 11:02:33 +00:00 (Migrated from github.com)

Hi

On fetcher.ts you should replace

From this

{ method: 'POST', body: JSON.stringify(body) }

to this

{ method: 'POST', data: JSON.stringify(body) }

Hi On fetcher.ts you should replace From this `{ method: 'POST', body: JSON.stringify(body) }` to this `{ method: 'POST', data: JSON.stringify(body) }`
webstreamr commented 2025-11-29 12:38:39 +00:00 (Migrated from github.com)

you're using flaresolverr? poor you :D

sorry and thx. might be fixed with 68cfa65135. maybe you can check again, please?

you're using flaresolverr? poor you :D sorry and thx. might be fixed with 68cfa65135b76ba054c33cd08350473967a6a078. maybe you can check again, please?
GLlgGL commented 2025-11-29 12:54:25 +00:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Creepso/webstreamr-github#530
No description provided.