You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.
Allow the user to input a list of urls or maybe even a file containing multiple urls.
The list should then probably use a line break as a seperator, meaning one url per line or something (since pretty much most other characters and symbols could possibly be used in urls)
Use case
Makes the process of downloading multiple files a lot faster.
Having a list of maybe even multiple hundreds of urls would take a lot of time when having to input them one at a time.
Currently got a list of 490 urls and best way for me to get through that list right now would be to use jdownloader on my server, download the first batch and check for files larger than 4GB splitting them up into multiple archive parts and then uploading them to my nextcloud, delete the first batch and so on.
Would be great if I could just easily queue them all for download directly on my NC without having to queue 490 urls one at a time.
The text was updated successfully, but these errors were encountered:
Description
Allow the user to input a list of urls or maybe even a file containing multiple urls.
The list should then probably use a line break as a seperator, meaning one url per line or something (since pretty much most other characters and symbols could possibly be used in urls)
Use case
Makes the process of downloading multiple files a lot faster.
Having a list of maybe even multiple hundreds of urls would take a lot of time when having to input them one at a time.
Currently got a list of 490 urls and best way for me to get through that list right now would be to use jdownloader on my server, download the first batch and check for files larger than 4GB splitting them up into multiple archive parts and then uploading them to my nextcloud, delete the first batch and so on.
Would be great if I could just easily queue them all for download directly on my NC without having to queue 490 urls one at a time.
The text was updated successfully, but these errors were encountered: