mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-07-18 03:08:31 +00:00
Move macOS metadata after description
This commit is contained in:
parent
2737255d94
commit
a6bede39b8
@ -29,11 +29,11 @@ class XAttrMetadataPP(PostProcessor):
|
|||||||
'user.dublincore.date': 'upload_date',
|
'user.dublincore.date': 'upload_date',
|
||||||
'user.dublincore.contributor': 'uploader',
|
'user.dublincore.contributor': 'uploader',
|
||||||
'user.dublincore.format': 'format',
|
'user.dublincore.format': 'format',
|
||||||
'com.apple.metadata:kMDItemWhereFroms': 'webpage_url',
|
|
||||||
# We do this last because it may get us close to the xattr limits
|
# We do this last because it may get us close to the xattr limits
|
||||||
# (e.g., 4kB on ext4), and we don't want to have the other ones fail
|
# (e.g., 4kB on ext4), and we don't want to have the other ones fail
|
||||||
'user.dublincore.description': 'description',
|
'user.dublincore.description': 'description',
|
||||||
# 'user.xdg.comment': 'description',
|
# 'user.xdg.comment': 'description',
|
||||||
|
'com.apple.metadata:kMDItemWhereFroms': 'webpage_url',
|
||||||
}
|
}
|
||||||
|
|
||||||
APPLE_PLIST_TEMPLATE = '''<?xml version="1.0" encoding="UTF-8"?>
|
APPLE_PLIST_TEMPLATE = '''<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
Loading…
Reference in New Issue
Block a user