cli-yt-downloader

Crates.iocli-yt-downloader
lib.rscli-yt-downloader
version0.1.4
sourcesrc
created_at2024-06-06 22:40:00.192404
updated_at2024-06-09 09:40:20.47084
descriptionA simple to use Cli for downloading YouTube videos
homepagehttps://github.com/bryanyi/cli-yt-downloader
repositoryhttps://github.com/bryanyi/cli-yt-downloader
max_upload_size
id1264229
size62,414
bryanyi (bryanyi)

documentation

README

Cli YouTube Downloader

A simple YouTube downloader powered by rustube and clap

Installation

cargo install cli-yt-downloader

Optional - Create alias to be 'yt'

Step 1 - create alias

echo 'alias yt="cli-yt-downloader"' >> ~/.zshrc

Step 2 - source the .zshrc

source ~/.zshrc

Download a video

cli-yt-downloader -- "https://www.youtube.com/watch?v=xVuTFm1ckkI"

Download only audio

cli-yt-downloader -- "https://www.youtube.com/watch?v=xVuTFm1ckkI" -a

Download to a specific path

cli-yt-downloader -- "https://www.youtube.com/watch?v=xVuTFm1ckkI" -o ~/some-path

Default download location

The default download location is set to be your OS's download folder.

Commit count: 21

cargo fmt