mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-13 04:47:26 +00:00
Store release_year in metadata
This commit is contained in:
parent
a2534f7b88
commit
c7c31479db
@ -459,7 +459,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 New Issue
Block a user