Batch Download
Use template syntax to generate a large number of download links at once.
Create a New Task → click the Batch Add button. Enter a URL with placeholders; the expanded result is previewed in real time below.
Syntax
Numeric Range
http://example.com/img/[1-100].jpgExpands to img/1.jpg through img/100.jpg, 100 links in total.
If the starting number has leading zeros, they are padded automatically: [001-050] → 001, 002, ..., 050.
Step Size
http://example.com/page/[1-10:2].htmlExpands to 1.html, 3.html, 5.html, 7.html, 9.html.
Letter Range
http://example.com/part_[a-f].zipExpands to part_a.zip through part_f.zip.
Enumeration
http://example.com/{mp4,mkv,avi}/videoExpands to three links.
Combination
Multiple placeholders form a Cartesian product:
http://example.com/{en,zh}/chapter_[01-03].pdf→ 6 links (2 languages × 3 chapters).
Want to auto shut down or hibernate after all tasks complete? See Actions after Completion.