From cc2d4a31a319627cbe04484a804d032b8d061dd0 Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Fri, 3 Jul 2020 07:38:45 +0200 Subject: [PATCH] Added youtube-dl config to repo --- .config/youtube-dl/config | 5 +++++ 1 file changed, 5 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..429fa42 --- /dev/null +++ b/.config/youtube-dl/config @@ -0,0 +1,5 @@ +-o "%(title)s [%(id)s].%(ext)s" +-f "bestvideo[ext=mp4]+bestaudio[ext=m4a]/best" +--add-metadata +--geo-bypass +--continue