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

Unable to extract images at https://collection.barnesfoundation.org #210

Closed troyshu closed 1 year ago

troyshu commented 1 year ago

For example: https://collection.barnesfoundation.org/objects/7199/Le-Bonheur-de-vivre-also-called-The-Joy-of-Life/

Using dezoomify-rs gives me:

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: 1:1 Unexpected token '<!' before 'd'
 - krpano: Unable to create the dezoomer: Unable to parse the krpano xml file: Syntax: 1:1 Unexpected token '<!' before 'd'

Using the dezoomify Chrome extension I get https://d2r83x5xt28klo.cloudfront.net/tiles/7199/info.json but inputting that into the site gives me an error.

Any pointers would be greatly appreciated!

MrChrisWin commented 1 year ago

try to search in "closed" issues as I believe this one was addressed before. https://github.com/lovasoa/dezoomify-rs/issues?q=is%3Aissue+barnes+is%3Aclosed

troyshu commented 1 year ago

Thank you!