mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-24 15:50:26 +01:00
add author including mov, exclusion wasn't needed
This commit is contained in:
parent
92821a5131
commit
9ef58fbbf3
@ -512,7 +512,6 @@ class FFmpegMetadataPP(FFmpegPostProcessor):
|
|||||||
if info['ext'] in ('mov', 'avi', 'wav'):
|
if info['ext'] in ('mov', 'avi', 'wav'):
|
||||||
add_comment('', 'description')
|
add_comment('', 'description')
|
||||||
add_comment('composer') # may be by --metadata-from-title
|
add_comment('composer') # may be by --metadata-from-title
|
||||||
if info['ext'] in ('mp4', 'm4a', 'avi', 'wav'):
|
|
||||||
add_comment('author') # may be by --metadata-from-title
|
add_comment('author') # may be by --metadata-from-title
|
||||||
add_comment('conductor') # may be by --metadata-from-title
|
add_comment('conductor') # may be by --metadata-from-title
|
||||||
add_comment('publisher', ('uploader', 'uploader_id'))
|
add_comment('publisher', ('uploader', 'uploader_id'))
|
||||||
|
Loading…
Reference in New Issue
Block a user