From 64630d75797337253001e330b1162da1f2295ff2 Mon Sep 17 00:00:00 2001 From: Justin Gassner Date: Fri, 25 Aug 2023 17:58:19 +0200 Subject: yt-dlp: embed chapters --- .config/yt-dlp/config | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-54-g00ecf