Skip to content

Instantly share code, notes, and snippets.

@HighnessAtharva
Last active March 4, 2023 10:18
Show Gist options
  • Save HighnessAtharva/1d27dc348f238ae2b0cdd8762a02dcab to your computer and use it in GitHub Desktop.
Save HighnessAtharva/1d27dc348f238ae2b0cdd8762a02dcab to your computer and use it in GitHub Desktop.
YT-DLP Handy Commands

To download HQ 1080p60fps video playlist

yt-dlp --yes-playlist --progress -S "res:1080,fps" [URL]

download highest quality mp3s with metadata

yt-dlp --ignore-errors --format bestaudio --extract-audio --audio-format mp3 --audio-quality 0 --add-metadata --output "%(title)s.%(ext)s" --yes-playlist [URL]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment