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

Kaifungamedev/youtube_downloader_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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