From e70a61134b186335c3f6e590d61945ac4ff3cdee Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 11 Mar 2023 19:25:06 -0800 Subject: home/yt-dlp: update configuration --- home/yt-dlp/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'home/yt-dlp') diff --git a/home/yt-dlp/config b/home/yt-dlp/config index 4710c9f..815bc66 100644 --- a/home/yt-dlp/config +++ b/home/yt-dlp/config @@ -8,13 +8,15 @@ # 7. When all else fails, take whatever youtube-dl thinks is the best (mainly for non-YT websites). --format="best[height=1080][ext=mp4]/best[height=1080]/bestvideo[height=1080][ext=mp4]+bestaudio[ext=m4a]/bestvideo[fps>30][ext=mp4]+bestaudio[ext=m4a]/best[height=720][ext=mp4]/bestvideo[ext=mp4]+bestaudio[ext=m4a]/best" +--continue + --sub-langs all --write-subs --convert-subs=srt --restrict-filenames ---output="$HOME/media/videos/%(title)s.%(ext)s" +--output="$HOME/media/videos/%(uploader)s/%(playlist)s/%(upload_date)s-%(title)s.%(ext)s" --merge-output-format mkv --embed-metadata -- cgit 1.4.1