diff options
| author | Robert Günzler <r@gnzler.io> | 2021-11-08 02:56:07 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-11-08 02:56:42 +0100 |
| commit | 0c0af6d916d0f39a4e2b00857310e8f06081ea54 (patch) | |
| tree | eac811832575fd3a398f38779e9b9cb8203461f0 | |
| parent | bf65d36191d83ab7dfcd109e427f93e7c147da73 (diff) | |
add youtube-dl config
| -rw-r--r-- | .config/youtube-dl.conf | 3 | ||||
| l--------- | .config/yt-dlp.conf | 1 |
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 |