Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (23 loc) · 1.34 KB

README.md

File metadata and controls

26 lines (23 loc) · 1.34 KB

Crates.io Crates.io Crates.io

🟡 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