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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download does not start after clicking Download #5

Open
H48 opened this issue Jul 17, 2018 · 9 comments
Open

Download does not start after clicking Download #5

H48 opened this issue Jul 17, 2018 · 9 comments

Comments

@H48
Copy link

H48 commented Jul 17, 2018

Seems 1337x changed something again since the Download button does not seem to do anything for 1337x. I have tried going to the torrent description page and the itorrents mirror works without any captcha and starts downloading the .torrent file.

@v1k45
Copy link
Owner

v1k45 commented Jul 18, 2018

Hmm, I'll test the issue and get back.

@v1k45
Copy link
Owner

v1k45 commented Jul 18, 2018

Just tested it. The plugins works perfectly fine with a non-cloudflare blacklisted IP address.
Nothing has changed from 1337x's end.

Maybe your download worked without a loading screen because you had visited the itorrents mirror once before downloading.

@H48
Copy link
Author

H48 commented Jul 18, 2018

Maybe your download worked without a loading screen because you had visited the itorrents mirror once before downloading.

Not sure I understand this. If my IP was blacklisted would it then matter which way I am accessing the torrent?
Also, a cloudflare "Checking your browser before accessing itorrents.org" is visible but after a few seconds the .torrent file gets downloaded. No captcha or error message or anything.

Would it perhaps be possible to simply open the magnet link? That should work without any checks and redirects, or not?

@v1k45
Copy link
Owner

v1k45 commented Jul 19, 2018

The cloudflare message is what causes the plugin to break. When I say "ip blacklisted", I mean to say that requests from your IP address are went through a check before completing request.

I see the same message on my home connection. But when I use a VPN which is hosted in UK, the torrent gets downloaded without that message and the download button works normally in qBittorrent.

@v1k45
Copy link
Owner

v1k45 commented Jul 19, 2018

Would it perhaps be possible to simply open the magnet link? That should work without any checks and redirects, or not?

Unfortunately qBittorent's plugin system only works with torrent file streams and not magnet links.

@H48
Copy link
Author

H48 commented Jul 22, 2018

Pity. I assume the plugin cannot be configured to open the web browser and start downloading the torrent file? I have to click "Go to description page" and start the download manually?

@v1k45
Copy link
Owner

v1k45 commented Jul 22, 2018

Umm, technically it is possible. You'll need to change the url handler/torrent downloader function to use something like selenium to fire up a browser and then wait for the response instead of sending request through a usual http client.

@H48
Copy link
Author

H48 commented Jul 22, 2018

Not sure if we're talking about the same thing. You are talking about browser automation. My question is:

Unfortunately I know neither Python nor the plugin interface. Perhaps I could simply edit some line in the .py file and import it into qBittorrent? Or perhaps it's not possible with the plugin interface and I would have to create a new file association for .torrent files where I handle these myself?

@duckyb
Copy link

duckyb commented Jun 30, 2020

Would love an update on this

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