mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-21 17:51:51 +00:00
Store release_year in metadata
This commit is contained in:
parent
4d05f84325
commit
703bc3bc2b
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ class FFmpegMetadataPP(FFmpegPostProcessor):
|
|||
# 4. http://atomicparsley.sourceforge.net/mpeg-4files.html
|
||||
|
||||
add('title', ('track', 'title'))
|
||||
add('date', 'upload_date')
|
||||
add('date', ('release_year', 'upload_date'))
|
||||
add(('description', 'comment'), 'description')
|
||||
add('purl', 'webpage_url')
|
||||
add('track', 'track_number')
|
||||
|
|
Loading…
Reference in a new issue