a simple cli for downloading youtube video.
sh
cargo install ytdl
```
USAGE:
ytdl [FLAGS] [OPTIONS]
FLAGS: -a, --append append to output file instead of overwriting -d, --debug output debug log -u, --download-url prints download url to stdout -h, --help Prints help information -i, --info only output info -j, --json print info json to stdout --no-progress write output to a file -s, --silent only output error, also diables progressbar -V, --version Prints version information
OPTIONS:
-f, --filter
ARGS:
All source code is licensed under the MIT License.