diff options
Diffstat (limited to '')
-rw-r--r-- | yt-dlp_config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/yt-dlp_config b/yt-dlp_config new file mode 100644 index 0000000..46b979e --- /dev/null +++ b/yt-dlp_config @@ -0,0 +1,8 @@ +--ignore-errors +# --no-playlist + +# Save in ~/Videos +-o ~/Downloads/%(title)s.%(ext)s + +# Prefer 1080p or lower resolutions +-f bestvideo[ext=mp4][width<2000][height<=1200]+bestaudio[ext=m4a]/bestvideo[ext=webm][width<2000][height<=1200]+bestaudio[ext=webm]/bestvideo[width<2000][height<=1200]+bestaudio/best[width<2000][height<=1200]/best |