Created
May 19, 2023 21:14
-
-
Save benwbrum/aba20ec2d3c06c15f4b99dc82f84d44f to your computer and use it in GitHub Desktop.
Internet archive metadata fields which should be excluded from the metadata stanza of IIIF manifests. (Note that some should be used in other locations in the manifest)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
metadata_to_exclude = [ | |
'avg_rating', 'backup_location', 'btih', 'contributor', 'description', 'downloads', | |
'imagecount', 'indexflag', 'item_size', 'licenseurl' | |
'noindex', 'num_reviews', 'oai_updatedate', 'publicdate', 'publisher', 'reviewdate', | |
'scanningcentre', 'stripped_tags', 'uploader' | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment