seansfkelley / nas-download-manager

An open source browser extension for adding/managing download tasks to your Synology DiskStation.
256 stars 46 forks source link

private sites download #172

Closed gpopesc closed 3 years ago

gpopesc commented 3 years ago

The extension works great for all site, except the private sites (with username and password)

The browser has access to file (.torrent) and it can be downloaded. It might be possible to have an option automatically upload the file to synology or to load the file in extension from menu? For all this kind of files I need to use synology webui and load the files manually.

Thank you

seansfkelley commented 3 years ago

The extension should already do this.

Are you on DSM 7? #166 is tracking an issue where Synology appears to have broken the .torrent upload feature.

Does it work on other private trackers? If so, it's likely that the site in question does not respond to the requests that the extension makes to try to determine if the file is, in fact, a .torrent. I've just added a new FAQ question to address this, as you are not the first person to ask.

gpopesc commented 3 years ago

Thank you for you answer. I am on DSM 6.2. Yes, indeed the link is for a php, then it triggers the torrent. https://server.com/download.php?id=718869 When I right click the link, then download with extension, it shows finished in few seconds and downloads login.php Maybe you can do something about this. In chrome I found an extension which can do that, but it is a little bit annoying to change the browser when I try to download.

Thank you

seansfkelley commented 3 years ago

I am on DSM 6.2.

Thanks, just thought I would check.

When I right click the link, then download with extension, it shows finished in few seconds and downloads login.php

Yeah, I've seen this exact behavior before too.

In chrome I found an extension which can do that, but it is a little bit annoying to change the browser when I try to download.

Which extension are you referring to? As far as I know all these extensions do the same thing for links like this, but it's possible I've missed a case.

gpopesc commented 3 years ago

Which extension are you referring to? As far as I know all these extensions do the same thing for links like this, but it's possible I've missed a case. this one works perfect for me https://chrome.google.com/webstore/detail/synology-download-station/onhbegdkgonhlokobjefolhpoidcnida

seansfkelley commented 3 years ago

Thanks for all your help chasing down this issue. While I wasn't able to find a test case where this issue arose, I did identify a few cases that are possible and were not handled.

I've just released a new version, 0.9.2, to the Firefox addons site. (Chrome takes quite a bit more time.)

Can you update to 0.9.2 and let me know if your issue is fixed?

gpopesc commented 3 years ago

Great ! Congrats! Now it is working fine.

seansfkelley commented 3 years ago

Great, thank you for confirming.