mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-06-30 23:46:19 +00:00
Merge 703bc3bc2bab0a8be3b2b3ea5f21bb71eb382f95 into 711e72c292327674c4a0593fdbb83d6347738ec9
This commit is contained in:
commit
6b8901d67d
@ -451,7 +451,7 @@ class FFmpegMetadataPP(FFmpegPostProcessor):
|
|||||||
# 4. http://atomicparsley.sourceforge.net/mpeg-4files.html
|
# 4. http://atomicparsley.sourceforge.net/mpeg-4files.html
|
||||||
|
|
||||||
add('title', ('track', 'title'))
|
add('title', ('track', 'title'))
|
||||||
add('date', 'upload_date')
|
add('date', ('release_year', 'upload_date'))
|
||||||
add(('description', 'comment'), 'description')
|
add(('description', 'comment'), 'description')
|
||||||
add('purl', 'webpage_url')
|
add('purl', 'webpage_url')
|
||||||
add('track', 'track_number')
|
add('track', 'track_number')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user