🟡 Project status: maintenance mode[?]
youtube_downloader_cli
A cli YouTube downloader developed in rust
Installation and use
To create a binary using cargo you can run the following command in the terminal:
$ cargo build
if installed with cargo and have .cargo/bin added to your path and then run the following command in the terminal
$ youtube_downloader_cli
otherwise, you can go to releases (on github) and download the latest version and move it to the directory you want to download videos to, then run youtube_downloader_cli.exe Note: downloads video to directory open in terminal
todo
- download single videos.
- download playlist.
- download to mp4.
- download to mp3 (windows only).
- Add mp3 support to Linux