-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
uget download manager had a nice feature, batch download, where you could construct link and replace numbers with * and set limit for how much links will be produced.
For example:
https://example_link/images/*.jpg with limit of 10 from 1 will produce:
https://example_link/images/1.jpg
https://example_link/images/2.jpg
https://example_link/images/3.jpg
https://example_link/images/4.jpg
https://example_link/images/5.jpg
https://example_link/images/6.jpg
https://example_link/images/7.jpg
https://example_link/images/8.jpg
https://example_link/images/9.jpg
https://example_link/images/10.jpg
Which uget will download from. Might be useful, if some particular server/site will store its images with such links.
houjjou
Metadata
Metadata
Assignees
Labels
No labels