mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-22 02:01:50 +00:00
add author including mov, exclusion wasn't needed
This commit is contained in:
parent
92821a5131
commit
9ef58fbbf3
1 changed files with 1 additions and 2 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue