lovasoa / dezoomify-rs

Zoomable image downloader for Google Arts & Culture, Zoomify, IIIF, and others
https://dezoomify-rs.ophir.dev
GNU General Public License v3.0
654 stars 61 forks source link

Dezoomify doesn't work on archion.de #193

Open RcNdtt opened 1 year ago

RcNdtt commented 1 year ago

I tried downloading the zoomable image from this site: https://www.archion.de/de/viewer/?no_cache=1&type=churchRegister&uid=105888 but it doesn't seem to work. Can anyone help?

agmmnn commented 1 year ago

https://www.archion.de/de/ajax/?tx_sparchiondocuments_spdocumentviewer[action]=getViewerDocumentPageTiles&uid=105888&type=churchRegister&pageId=28286167&level=13&tiles=0,0|1,0|2,0|3,0|4,0|5,0...

The tile urls are generated dynamically when the page loads. Hashed urls need to be extracted from this json file, so it's an extra step. need to create a script to support it.

takaji10 commented 2 months ago

Any updates to this?