Skip to content

[Feature Request] Add uget-like link batch download #205

@ghost

Description

Image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions