Created
June 16, 2023 14:59
-
-
Save LiamPerson/ff03598aa36a2835dad0c44c51611442 to your computer and use it in GitHub Desktop.
My yt-dlp config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--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