Skip to content

Commit

Permalink
Store release_year in metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
unkernet committed Jul 2, 2024
1 parent 4d05f84 commit 703bc3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/postprocessor/ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ def add(meta_list, info_list=None):
# 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')
Expand Down

0 comments on commit 703bc3b

Please sign in to comment.