summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2021-11-08 02:56:07 +0100
committerRobert Günzler <r@gnzler.io>2021-11-08 02:56:42 +0100
commit0c0af6d916d0f39a4e2b00857310e8f06081ea54 (patch)
treeeac811832575fd3a398f38779e9b9cb8203461f0
parentbf65d36191d83ab7dfcd109e427f93e7c147da73 (diff)
add youtube-dl config
-rw-r--r--.config/youtube-dl.conf3
l---------.config/yt-dlp.conf1
2 files changed, 4 insertions, 0 deletions
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