Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 291 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 291 Bytes

If you don't already have it, install youtube-dl here. 🔧

music

youtube-dl --extract-audio --audio-format mp3 -o '%(title)s.%(ext)s' <video URL>

This downloads the video as a high-quality mp3 with the video title as the filename.