multidl icon indicating copy to clipboard operation
multidl copied to clipboard

Download multiple files in parallel

Results 4 multidl issues
Sort by recently updated
recently updated
newest added

urls.txt: ``` example.com/a.jpg example.com/aa.jpg example.com/aaa.jpg ``` renaming.txt: ``` a1.jpg a2.jpg a3.jpg ``` `multidl -c urls.txt -r renaming.txt -o downloads/`

Add support for popular file hosting services. https://en.wikipedia.org/wiki/Comparison_of_file_hosting_services

enhancement

Add a new download manager to handle sftp downloads.

enhancement

Add the possibility to add urls like: https://example.com/[0-9].jpg The expected result is for the download manager to convert this url into 10 urls: https://example.com/0.jpg https://example.com/1.jpg https://example.com/2.jpg https://example.com/3.jpg https://example.com/4.jpg https://example.com/5.jpg https://example.com/6.jpg...

enhancement