From 195bdc54d23bf681a17b800e69b02f3816f7b8b3 Mon Sep 17 00:00:00 2001 From: ksyasuda Date: Sat, 6 Nov 2021 17:20:33 -0700 Subject: [PATCH] add ytdlp config --- yt-dlp/config | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 yt-dlp/config diff --git a/yt-dlp/config b/yt-dlp/config new file mode 100644 index 0000000..29a5569 --- /dev/null +++ b/yt-dlp/config @@ -0,0 +1,13 @@ +# Lines starting with # are comments + +# Always extract audio +# -x + +# Do not copy the mtime +--no-mtime + +--embed-thumbnail +--embed-subs + +# Save all videos under YouTube directory in your home directory +-o ~/Videos/YouTube/%(title)s.%(ext)s