agalwood / Motrix

A full-featured download manager.
https://motrix.app
MIT License
44.99k stars 4.49k forks source link

Batch Download of Multiple Links and File Naming Variables #1697

Open DeerFee opened 6 days ago

DeerFee commented 6 days ago

Batch Download Feature

Is there a way to download multiple links at once using? For example, if I have 50 links, how can I input all of them for downloading in one go? One of the GUI applications I use for yt-dlp allows this functionality, but it's limited to video downloads only.

File Naming Variables

Are there any variables available for customizing file names? Similar to how percentages (%) and angle brackets (<>), square brackets ([]) are used in other applications.

For instance, in Total Commander, when creating a directory, if you type "<1-10>QWQW [C]", it creates 10 folders named "QWQW 01", "QWQW 02", ..., "QWQW 10".

Expected Outcome

  1. A method to input and download multiple links in a single operation.
  2. A system of variables or placeholders for customizing file names, allowing for sequential numbering or other dynamic naming conventions.