Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[YggTorrent] search broken #10

Open
TheWiresharkGuy opened this issue Apr 8, 2020 · 6 comments
Open

[YggTorrent] search broken #10

TheWiresharkGuy opened this issue Apr 8, 2020 · 6 comments

Comments

@TheWiresharkGuy
Copy link
Contributor

The search plugin no longer works, no results are returned 馃槩
(tested on various qBittorrent versions)

I suspect the new Cloudflare protection of YggTorrent to be the cause (JavaScript challenge I think).

Can you do something about it?

@CravateRouge
Copy link
Owner

Yep, you're right. When the plugin try to connect to YGGtorrent, the Cloudflare protection gives a JavaScript challenge and I don't see a lightweight solution (without an external module supporting JavaScript) :/

@TheWiresharkGuy
Copy link
Contributor Author

TheWiresharkGuy commented Apr 8, 2020

Maybe a lead ...
https://github.com/Anorov/cloudflare-scrape

Too bad I don't have enough programming skills ^^

@CravateRouge
Copy link
Owner

The link is interesting but as I said, it needs NodeJS as a dependency to understand JavaScript. And this is not embedded in the default installation of python or qBittorrent so it makes the installation of the YggTorrent plugin heavier by adding an extra step.

@TheWiresharkGuy
Copy link
Contributor Author

Looks like it's resolved.
I guess now it depends on whether or not the site admins activate the protection ...

@Hideman85
Copy link

Do you have an available fork using NodeJS for solving the challenge?

@CravateRouge
Copy link
Owner

I don't know an available fork using NodeJS but I think a dependency as a JavaScript engine is a bit heavy to just scrap the YggTorrent website. Futhermore, if the CloudFlare protection includes a Google Captcha, the JavaScript engine won't be enough. But if you know or made a fork, I will be glad to link it in the Readme.

Repository owner deleted a comment from p060477 Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants