mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-12 13:26:19 +00:00
Merge 39f23dfd6783386f87b2b27c4ae420c803e474fb into c5098961b04ce83f4615f2a846c84f803b072639
This commit is contained in:
commit
6d1cf8dd4c
@ -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