From 3dab67498bb5fc71c1fa3baddbbd810df4564359 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 29 Aug 2021 19:10:32 +0300 Subject: [PATCH] conf: add yt-dlp.conf --- conf/yt-dlp.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 conf/yt-dlp.conf diff --git a/conf/yt-dlp.conf b/conf/yt-dlp.conf new file mode 100644 index 00000000..d20a3f1b --- /dev/null +++ b/conf/yt-dlp.conf @@ -0,0 +1,18 @@ +# ~/.config/yt-dlp/config + +# ASCII only filenames, no spaces or &s +--restrict-filenames + +# Windows compatible filenames +--windows-filenames + +# Attempt to take cookies from Edge +--cookies-from-browser edge + +# Download all subtitles, even autogenerated, but not livechat +--write-subs +--write-auto-subs +# This will have unforeseen consequences +#--sub-langs all,-live_chat +# Thus copy-paste from mpv +--sub-langs fi,fin,en,eng,eo,epo,cs,ces,cze,sv,swe,es,spa,ru,rus