From 0c0af6d916d0f39a4e2b00857310e8f06081ea54 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 8 Nov 2021 02:56:07 +0100 Subject: add youtube-dl config --- .config/youtube-dl.conf | 3 +++ .config/yt-dlp.conf | 1 + 2 files changed, 4 insertions(+) create mode 100644 .config/youtube-dl.conf create mode 120000 .config/yt-dlp.conf diff --git a/.config/youtube-dl.conf b/.config/youtube-dl.conf new file mode 100644 index 0000000..b4dec8d --- /dev/null +++ b/.config/youtube-dl.conf @@ -0,0 +1,3 @@ +--external-downloader=aria2c +--external-downloader-args=aria2c:'-c -j 3 -x 3 -s 3 -k 1M' +--output='u_%(uploader)s-%(title)s__%(id)s.%(ext)s' diff --git a/.config/yt-dlp.conf b/.config/yt-dlp.conf new file mode 120000 index 0000000..6eadbe8 --- /dev/null +++ b/.config/yt-dlp.conf @@ -0,0 +1 @@ +youtube-dl.conf \ No newline at end of file -- cgit 1.4.1