Skip to content

Instantly share code, notes, and snippets.

@benwbrum
Created May 19, 2023 21:14
Show Gist options
  • Save benwbrum/aba20ec2d3c06c15f4b99dc82f84d44f to your computer and use it in GitHub Desktop.
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)
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