Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 526 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 526 Bytes

Youtube MP3 Downloader

This repository contains my personal setup to download mp3s of the highest available quality through the CLI.

As a test for me to get used to the Nix ways, it's using a Nix flake to organize the execution in a controlled environment.

Usage

To run the tool, just enter the Nix shell:

nix develop

This will build and start the shell in the Nix environment, which has yt-dlp installed. To download a given track in MP3 format, run:

yt-dlp -x --audio-format mp3 [URL]