TomDeneire / pictor

Discovering IIIF manifests
MIT License
16 stars 4 forks source link

biblioteca estense #6

Open alexander-winkler opened 1 year ago

alexander-winkler commented 1 year ago

The biblioteca estense has an IIIF endpoint with sequential IDs

from itertools import chain
import request

for j in chain(range(8199,16815),range(104997,109936)):
    url = f"https://iiif.edl.beniculturali.it/{j}/manifest"
atomotic commented 1 year ago

I can give you a full list (or the complete dump of manifests) but wait until we figures out what is going to happen in the next months: the Italian Office of Cultural Heritage is changing domain beniculturali.it -> cultura.gov.it . We don't know if they will keep redirects and this could be an epic proportion disaster.

https://twitter.com/atomotic/status/1540359682245771265

TomDeneire commented 1 year ago

Okay, let's wait then until we know for sure about the redirects. I'll keep this issue open so we don't forget about it.