Skip to content

Instantly share code, notes, and snippets.

@LiamPerson
Created June 16, 2023 14:59
Show Gist options
  • Save LiamPerson/ff03598aa36a2835dad0c44c51611442 to your computer and use it in GitHub Desktop.
Save LiamPerson/ff03598aa36a2835dad0c44c51611442 to your computer and use it in GitHub Desktop.
My yt-dlp config
--ignore-errors
# --no-playlist
# Save in ~/Videos
-o D:/Videos/YTDL/%(title)s_%(resolution)s_%(fps)s.%(ext)s --restrict-filenames
# Prefer 1080p or lower resolutions
-f bestvideo[ext=mp4][height<1200]+bestaudio[ext=m4a]/bestvideo[ext=webm][height<1200]+bestaudio[ext=webm]/bestvideo[height<1200]+bestaudio/best[height<1200]/best
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment