mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-05-11 08:14:50 +09:00
Merge 703bc3bc2bab0a8be3b2b3ea5f21bb71eb382f95 into 3eb8d22ddb8982ca4fb56bb7a8d6517538bf14c6
This commit is contained in:
commit
eca80127b4
@ -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…
x
Reference in New Issue
Block a user