From 3b9771f994c69c744b0a5a42815c6d2a242d5ac9 Mon Sep 17 00:00:00 2001 From: Bauke Date: Thu, 12 May 2022 12:13:24 +0200 Subject: [PATCH] Add yt-dlp config. --- .config/yt-dlp.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .config/yt-dlp.conf diff --git a/.config/yt-dlp.conf b/.config/yt-dlp.conf new file mode 100644 index 0000000..ee51f50 --- /dev/null +++ b/.config/yt-dlp.conf @@ -0,0 +1,10 @@ +--convert-subs vtt +--embed-chapters +--embed-subs +--format 'bestvideo[height<=720]+bestaudio/best[height<=720]' +--merge-output-format mkv +--output "%(uploader)s/%(upload_date)s %(title)s (%(id)s).%(ext)s" +--sponsorblock-remove sponsor +--sub-format vtt/srt/best +--sub-langs en +--write-auto-subs