3x / youtube-dl-scripts

A collection of my youtube-dl scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A collection of my youtube-dl scripts