fix(subdivx): bypass Cloudflare Turnstile using FlareSolverr - #3087
fix(subdivx): bypass Cloudflare Turnstile using FlareSolverr#3087rcordobar19 wants to merge 1 commit into
Conversation
subdivx.com now uses Cloudflare Turnstile. Direct requests are blocked with 403/503 or endless challenges. This change: - Adds FlareSolverr integration (`flaresolverr_url`) - Retrieves cf_clearance cookie, correct User-Agent and the required "token" from /inc/gt.php?gt=1 - Imports cookies into the session and sets the token header globally Tested successfully on subdivx.com as of December 2025. Closes morpheus65535#2714
|
@morpheus65535 tagging you for visibility |
|
Hey, i wanted to kindly ask whether a similar approach could also be considered for yavka.net, which is currently affected by the same issue. |
|
@rcordobar19 I haven't forgot your PR. I'm waiting for news from the site admin. I don't want to get into a fight with him because we're bypassing the protection he put in place for his site stability. I'll try to negotiate something with him once he respond to my email. Thanks again! @d4rkfella I would rather have something centralized like we did for anti-captcha providers instead of trying to do that everywhere in broken providers. |
|
I've wrote again to site admin on May 29 but haven't got any answer yet. Bazarr users thaat have subdivx provider enabled seems to use an old version of Bazarr. v1.5.6 or v1.6.0 are only used by a couple of users. Most of them are still on v1.5.4. It's hard to tell if the improvements we've done over time are working as expected. I would recommend upgrading and testing again. Contributors have talked about implementing FlareSolverr globally. It would of course help bypass basic CloudFlare protection like we see on Subdivx. |
subdivx.com now uses Cloudflare Turnstile.
Direct requests are blocked with 403/503 or endless challenges.
This change:
flaresolverr_url)Tested successfully on subdivx.com as of December 2025.
Closes #2714