1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-26 05:39:34 +00:00

add author including mov, exclusion wasn't needed

This commit is contained in:
kikuyan 2021-07-15 17:08:34 +09:00
parent 92821a5131
commit 9ef58fbbf3

View file

@ -512,8 +512,7 @@ class FFmpegMetadataPP(FFmpegPostProcessor):
if info['ext'] in ('mov', 'avi', 'wav'):
add_comment('', 'description')
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('publisher', ('uploader', 'uploader_id'))
add_comment('URL', 'webpage_url')