/ytdlp-cli

Personal Ytdlp wrapper in cli

Primary LanguageRust

YTDLP-CLI

Little wrapper around ytdlp to download one or more videos from YouTube with audio only or video.

Installation

Prerequisites:

  • ytdlp (Tested with 2023.07.06)
  • ffmpeg (Tested with 6.0)

The only solution, atm, is to build from source:

$ git clone https://github.com/JockeRider199/ytdlp-cli
$ cd ytdlp-cli
$ cargo build --release

Roadmap

  • Add support for downloading playlists
  • Add proper binaries