From 38bab29776950ac2364ed64195b89887717c33de Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Thu, 1 Jan 1970 03:00:00 +0300 Subject: chore: init --- youtube-dl/.local/etc/youtube-dl/config | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 youtube-dl/.local/etc/youtube-dl/config (limited to 'youtube-dl/.local/etc') 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 -- cgit 1.4.1