1
0
Fork 0

yt-dlp: enable embedded subs, thumbnails and never download live-chat

This commit is contained in:
Pratham Patel 2023-01-15 12:33:19 +05:30
parent a9aa4061f5
commit 1b21d35824
2 changed files with 7 additions and 2 deletions

View File

@ -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'

View File

@ -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'