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

Cannot download proper torrent file on firefox extension #146

Closed
htudor opened this issue Jun 5, 2020 · 2 comments
Closed

Cannot download proper torrent file on firefox extension #146

htudor opened this issue Jun 5, 2020 · 2 comments
Labels

Comments

@htudor
Copy link

htudor commented Jun 5, 2020

In Firefox extension if a private torrent site doesn't have the link with the .torrent file (eg : https://website.com/download.php?id=697563 ) it will not add the torrent file, but instead it will download a file called login.php
The chrome extension works fine downloading the correct torrent file.
Also can you please add the advanced menu for the download like on chrome.

@htudor htudor added the bug label Jun 5, 2020
@seansfkelley
Copy link
Owner

Unfortunately, not all private trackers are supported. The extension will try to figure out if a link you download is actually a link to a .torrent, but if the site is not well-behaved it might not report the necessary information for the extension to determine that.* In that case, the extension defaults to downloading whatever page is being linked to because it can't do anything else.

Does the extension work on other private trackers? That could help confirm/deny that it's the site in question that is not cooperating.

Which Chrome extension are you referring to? This extension is Synology Download Manager but it sounds like you're referring to Synology Download Station, which is unaffiliated with this project. I'm surprised it would behave differently -- both these extensions use a similar algorithm to forward .torrent files to the NAS. Can you provide any more detail about that?

I'm not sure what you mean by:

advanced menu for the download like on chrome

Are you asking for the same thing as #128 or #50?

* Synology Download Manager will make a HEAD request, and if the site reports a known Content-Type header or has a known extension, it will attempt to download the .torrent file and forward it to the NAS. I know of a couple sites that don't respond to HEAD requests, which breaks this feature. The NAS itself is unable to fetch the file, because it's not logged into the tracker like your browser is. Synology Download Manager will also fail to forward the .torrent if the HEAD request states that it's larger than 5MB.

@seansfkelley
Copy link
Owner

Ping @htudor can you provide any more detail?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants