Allow the tdl script to download a singular URL as well
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user