From da248bee095b2b735f5400c69a09fb385ace9009 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sat, 30 Sep 2023 16:43:51 +0100 Subject: Adds config for yt_dlp --- yt-dlp_config | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 yt-dlp_config 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 -- cgit v1.2.3