diff --git a/.config/yt-dlp/norm_config b/.config/yt-dlp/norm_config index bb57f24..1edf34f 100755 --- a/.config/yt-dlp/norm_config +++ b/.config/yt-dlp/norm_config @@ -6,10 +6,12 @@ --no-mtime --no-write-description --console-title ---write-subs +--embed-subs +--embed-thumbnail --no-write-auto-subs --restrict-filename --trim-filenames 200 --format 'bestvideo*+bestaudio/b' --no-overwrites +--compat-options no-live-chat --output '%(title)s,%(width)s_%(height)s_%(fps)s,%(duration_string)s,%(id)s.%(ext)s' diff --git a/.config/yt-dlp/plst_config b/.config/yt-dlp/plst_config index 164e86d..f0bcac8 100755 --- a/.config/yt-dlp/plst_config +++ b/.config/yt-dlp/plst_config @@ -6,9 +6,12 @@ --no-mtime --no-write-description --console-title ---write-subs +--embed-subs +--embed-thumbnail +--no-write-auto-subs --restrict-filename --trim-filenames 200 --format 'bestvideo*+bestaudio/b' --no-overwrites +--compat-options no-live-chat --output '%(playlist_index)s__%(title)s,%(width)s_%(height)s_%(fps)s,%(duration_string)s,%(id)s.%(ext)s'