Add tdl script to automate tiddl
This commit is contained in:
@@ -24,6 +24,20 @@ Arguments:
|
||||
output_directory Directory where the resulting MP3 will be saved.
|
||||
```
|
||||
|
||||
### tdl
|
||||
Automates downloading a list of URLs from a text file using tiddl.
|
||||
|
||||
```text
|
||||
Usage: ./tdl [FILE]
|
||||
|
||||
Arguments:
|
||||
FILE Path to a text file containing one URL per line.
|
||||
|
||||
Options:
|
||||
--help Display this help message and exit.
|
||||
```
|
||||
|
||||
## Requirements
|
||||
- ffmpeg (with libmp3lame support)
|
||||
- bash
|
||||
- [tiddl](https://github.com/oskvr37/tiddl) (for tdl script)
|
||||
|
||||
Reference in New Issue
Block a user