summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2023-08-25 17:58:19 +0200
committerJustin Gassner <justin.gassner@mailbox.org>2023-08-25 17:58:19 +0200
commit64630d75797337253001e330b1162da1f2295ff2 (patch)
tree34c4fcae3cd46a43750a844e5655691f0406bcf4
parentc7dd7aea12d918d403c2b18a3be699e1ed56d2f2 (diff)
downloaddotfiles-64630d75797337253001e330b1162da1f2295ff2.tar.zst
yt-dlp: embed chapters
-rw-r--r--.config/yt-dlp/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/yt-dlp/config b/.config/yt-dlp/config
index 9620bad..a92fbec 100644
--- a/.config/yt-dlp/config
+++ b/.config/yt-dlp/config
@@ -2,6 +2,7 @@
--ignore-errors
--format '308+251/271+251/303+251/299+140/248+251/137+140/302+251/298+140/247+251/136+140/22/best'
+--embed-chapters
--output '%(upload_date)s %(title)s-%(id)s.%(ext)s'
# vim: ft=config