1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-10-02 23:47:08 +02:00

moved to the bottom

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
Eric Lammerts 2024-09-28 21:12:37 -04:00 committed by GitHub
parent 5695f4f498
commit e6d1308d21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,6 @@ class XAttrMetadataPP(PostProcessor):
XATTR_MAPPING = {
'user.xdg.referrer.url': 'webpage_url',
# 'user.xdg.comment': 'description',
'user.dublincore.title': 'title',
'user.dublincore.date': 'upload_date',
'user.dublincore.contributor': 'uploader',