summary refs log tree commit diff
diff options
context:
space:
mode:
-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