aboutsummaryrefslogtreecommitdiff
path: root/dot_config/yt-dlp/executable_config.tmpl
diff options
context:
space:
mode:
authortwells46 <tom@wellsth.com>2026-01-01 08:59:10 -0600
committertwells46 <tom@wellsth.com>2026-01-01 08:59:10 -0600
commitd65c51e304691fd369b7b3654dde2956c94eae73 (patch)
treeec1e449cd2959f197695208580e2b0ed51de5244 /dot_config/yt-dlp/executable_config.tmpl
parent57cb004b71a9a9f688418da05cf88cc670b69f0f (diff)
Cleanup permissions
Diffstat (limited to 'dot_config/yt-dlp/executable_config.tmpl')
-rw-r--r--dot_config/yt-dlp/executable_config.tmpl33
1 files changed, 0 insertions, 33 deletions
diff --git a/dot_config/yt-dlp/executable_config.tmpl b/dot_config/yt-dlp/executable_config.tmpl
deleted file mode 100644
index 60cad5e..0000000
--- a/dot_config/yt-dlp/executable_config.tmpl
+++ /dev/null
@@ -1,33 +0,0 @@
-#--proxy socks5h://localhost:9050
-
---sub-langs en.*
---embed-subs
-
---sponsorblock-mark intro,outro,sponsor
-
---restrict-filenames
-
---sleep-requests 10
---sleep-interval 10
---max-sleep-interval 15
---sleep-subtitles 4
-
-{{- if eq .chezmoi.hostname "Aragorn" }}
--S "+vcodec:avc"
---remux-video "mkv"
---js-runtimes bun
--f "bv*[height<=1080]+ba/b[height<=1080]"
-{{- else }}
--f "bv+ba/b"
-{{- end }}
-
--o "/home/tom/media/yt/%(uploader)s/%(upload_date>%Y-%m-%d)s_%(title)s.%(ext)s"
-#-o "/home/tom/media/yt/%(uploader)s/%(playlist&{}|all)s/%(upload_date>%Y-%m-%d)s_%(title)s.%(ext)s"
-
-#-o "/home/tom/media/yt/%(uploader)s/%(playlist&{}|all)s/%(playlist_index&{}-|)s_%(title)s.%(ext)s"
-
-#-o "/home/tom/media/yt/%(playlist&{}|all)s/%(playlist_index&{}-|)s%(title)s.%(ext)s"
-#-o "/home/tom/media/yt/workout/%(title)s.%(ext)s"
-
-#-f "bv*[height<=720]+ba/b[height<=720]"
-#-o "/tmp/yt/%(uploader)s/%(playlist_index&{}-|)s%(title)s.%(ext)s"