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
736 stars 65 forks source link

Dezoomer doesn't work with https://www.artic.edu/artworks/ #234

Closed Caian closed 6 months ago

Caian commented 8 months ago

Even though artic.edu is referenced on #206, the artworks section is not working. For instance:

https://www.artic.edu/artworks/14586/the-poet-s-garden

Gives the following error:

ERROR Dezoomer error: Unable to create the dezoomer: Tried all of the dezoomers, none succeeded. They returned the following errors:

 - custom: The 'custom' dezoomer cannot handle this URI
 - google_arts_and_culture: The 'google_arts_and_culture' dezoomer cannot handle this URI
 - zoomify: The 'zoomify' dezoomer cannot handle this URI
 - generic: The 'generic' dezoomer cannot handle this URI
 - pff: The 'pff' dezoomer cannot handle this URI
 - IIPImage: The 'IIPImage' dezoomer cannot handle this URI
 - nypl: The 'nypl' dezoomer cannot handle this URI
 - iiif: Unable to create the dezoomer: Invalid IIIF info.json file: expected value at line 1 column 1
 - deepzoom: Unable to create the dezoomer: Unable to parse the dzi file: Syntax: 48:360 Unexpected token inside entity: &
 - krpano: Unable to create the dezoomer: Unable to parse the krpano xml file: Syntax: 48:360 Unexpected token inside entity: &

I'm using the latest release.

Caian commented 8 months ago

I just checked and the dezoomify website is able to download the image

MrChrisWin commented 7 months ago

For artic, you will need to input the json file path which can be found by inspecting the site in Web Developer tool of your browser. Once discovered, input this into command-line: dezoomify-rs "https://www.artic.edu/iiif/2/9ea77636-76e9-9031-6b92-ff34512d7cbc/info.json" "download.jpg"

Caian commented 6 months ago

Sorry for the delay to answer. It worked. Thank you!