Allow the tdl script to download a singular URL as well

This commit is contained in:
2026-06-05 23:19:20 +02:00
parent dcf59d9a6c
commit 54948644e8
2 changed files with 28 additions and 21 deletions
+5 -4
View File
@@ -25,16 +25,17 @@ Arguments:
```
### tdl
Automates downloading a list of URLs from a text file using tiddl.
Download URLs using tiddl, either individually or from a list file.
```text
Usage: ./tdl [FILE]
Usage: ./tdl [URL] | -f [FILE]
Arguments:
FILE Path to a text file containing one URL per line.
URL A single URL to download.
Options:
--help Display this help message and exit.
-f, --file FILE Path to a text file containing one URL per line.
--help Display this help message and exit.
```
## Requirements