about summary refs log tree commit diff
path: root/youtube-dl/.local/etc
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>1970-01-01 03:00:00 +0300
committerAzat Bahawi <azat@bahawi.net>2022-09-20 11:51:54 +0300
commit38bab29776950ac2364ed64195b89887717c33de (patch)
treeedaaf366a55dbe96d268019124536bc504c64e87 /youtube-dl/.local/etc
chore: init HEAD master
Diffstat (limited to 'youtube-dl/.local/etc')
-rw-r--r--youtube-dl/.local/etc/youtube-dl/config15
1 files changed, 15 insertions, 0 deletions
diff --git a/youtube-dl/.local/etc/youtube-dl/config b/youtube-dl/.local/etc/youtube-dl/config
new file mode 100644
index 0000000..8309d10
--- /dev/null
+++ b/youtube-dl/.local/etc/youtube-dl/config
@@ -0,0 +1,15 @@
+--buffer-size 1024
+--continue
+--external-downloader aria2c
+--external-downloader-args '-k 2M'
+--geo-bypass
+--hls-prefer-ffmpeg
+--no-call-home
+--no-check-certificate
+--no-playlist
+--prefer-ffmpeg
+--prefer-free-formats
+--restrict-filenames
+--retries 3
+--skip-unavailable-fragments
+--youtube-skip-dash-manifest

Consider giving Nix/NixOS a try! <3