-
Notifications
You must be signed in to change notification settings - Fork 16
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
Import/exports links to file or clipboard #31
Comments
I personally am against this idea, since Download Star imo should stay lightweight and just concentrate on the things it does now. There are a lot of download managers (jDownloader, Turbo Download Manager, etc.) where this feature would be more appropriate to implement, if it wasn't already, but not here. It's of course the decision of @marklieberman, if he wants to go ahead with this idea, just my two cents. |
For my experience, external download manager has a great limitation: all sites that use identification through cookies or javascript sessions do not work in external download manager. |
Exporting links by serving a data URL containing a list of text, JSON, or CSV is quite trivial. However, if you are expecting to get a list of cURL-able links then it gets more complicated. In that case, I'd have to use cookies permission to build the request string with cookies. I'd probably then want to have cookies optional_permission. Importing links can probably be implemented as part of the UI for #6. Basically, I'll consider these features as long as it doesn't grow too much in scope. |
I also would like to see this feature, more than any other! I rarely used DTA to download things from a Page. Instead, I used it to "extract" those links, export them, fiddle with them, them reimport the new links to DTA. That's actually the absolute ONLY reason I keep a Firefox "legacy" installed (running on "-no-remote" mode), because now and then I need DTA to download "external" links for me (not links inside a Page, even though they are related to some). Currently, "Download Manager S3" is doing most of my required random download jobs, as it has a "Create new download" option (of course, when I have to download massive amounts of data, from sites which require user authentication, only Firefox "legacy" and DTA can accomplish the deed). |
Alright guys, call me stupid, bt how do you add a (download) link, manually? o.0 Trying to get the (PDF) file @
2nd Edition, Google search query @
^^ really, not trying to be retarded; what needs to be done? *this is what eye see, nothing: EDIT: the downloadstar wiki! is absolutely amazing, that's why I ask! |
@kgbm3 The feature doesn't exist yet in Download Star. This issue is a feature request to add it. Also, web extensions don't work in PDF.js because its considered a privileged URL so DS is unlikely to work if you open the popup there. |
When you have a txt file that has a download link in every line, automatically imports the links in download star, otherwise you have to manually insert each link.
The text was updated successfully, but these errors were encountered: