From e2d4318f3c1e27c453169f2ef7f518bd23a56698 Mon Sep 17 00:00:00 2001 From: Melon Bread Date: Tue, 10 Dec 2019 01:03:52 -0500 Subject: [PATCH] Added youtube-dl config --- .config/youtube-dl/config | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .config/youtube-dl/config diff --git a/.config/youtube-dl/config b/.config/youtube-dl/config new file mode 100644 index 0000000..4179492 --- /dev/null +++ b/.config/youtube-dl/config @@ -0,0 +1,11 @@ +-o "./%(title)s.%(ext)s" + + +# Subtitles +--all-subs +# --write-subs en +--embed-subs + +# Meta +#--embed-thumbnail +--add-metadata