Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 560 Bytes

File metadata and controls

23 lines (14 loc) · 560 Bytes

ytdl

Rust command line app to download youtube videos.

Install

ytdl requires the nightly compiler. Install rustup to manage multiple toolchains and run rustup override set nightly to use the nightly compiler for the current directory.

Dependencies

ytdl depends on the following crates (downloaded automatically by cargo):

  • rustube
  • pico_args

Running

Build the project using cargo build. The binary will be present in ./target/debug/ytdl. Use ytdl --help to see all options.

ytdl demo