1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-06-22 11:26:20 +00:00

Merge 703bc3bc2bab0a8be3b2b3ea5f21bb71eb382f95 into c052a16f72af7dd7671d4dd62826de71cd99dfb6

This commit is contained in:
unkernet 2025-04-14 08:40:18 +00:00 committed by GitHub
commit fda4aa28b0
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')