1
0
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:
ihatetoregister 2024-08-21 21:40:05 -04:00 committed by GitHub
commit 6d1cf8dd4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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')