Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for the British Library? #1

Closed
jbcpollak opened this issue Mar 10, 2015 · 9 comments
Closed

Support for the British Library? #1

jbcpollak opened this issue Mar 10, 2015 · 9 comments

Comments

@jbcpollak
Copy link

Can you add support for the British Library? It seems to use Seadragon, but doesn't work with dezoomify.

Here is an example URL:

http://www.bl.uk/manuscripts/Viewer.aspx?ref=cotton_ms_claudius_b_iv_f012v

@lovasoa
Copy link
Owner

lovasoa commented Mar 11, 2015

Indeed, they use seadragon. You can use dezoomify by giving it the url of the XML file that describes the image. In your case : http://www.bl.uk/manuscripts/Proxy.ashx?view=cotton_ms_claudius_b_iv_f012v.xml

Dezoomify fails to find this url automatically because it's not present in the raw html source of the page (it's generated by a script).

I could add a special case in the code for the british library, but it's not very clean... The only solution to be sur to be able to dezoomify an image would be to create a browser plugin. But it's too much work for me right now.

@jbcpollak
Copy link
Author

Thanks for the link, I didn't know what to look for. I suppose you could have different modules to support different websites and a drop down to select the right module. Or maybe just a FAQ for how to look up the right URL for seadragon?

@lovasoa
Copy link
Owner

lovasoa commented Mar 11, 2015

To find out what the "correct" url is when dezoomify doesn't manage to do it on its own, just open the network traffic panel of your browser (ctrl-maj-Q in firefox), and find which files are requested through xhr.

@jbcpollak
Copy link
Author

Thanks!

@Horemheb
Copy link

Dezoomify now works with the British Library,too. The only BIG problem is that the Library must have some automated system that blocks your ip for an amount of time and u can just download some pages every time... it is very long this way. :(

@lovasoa
Copy link
Owner

lovasoa commented May 19, 2015

If they really block your IP, then there is not much I can do...

You should contact them, or send them a suggestion.

If your case of use is legitimate, then they may help you.

@Horemheb
Copy link

Hm I think if they wanted u to be able to download their books they'd have the download pdf option :) It's a pity I'll have to get back to my older way of saving screen areas and combine them together by Photoshop. :-|

@Horemheb
Copy link

Another question... I tried to find the right link to submit to seadragon through the dezoomify web page... but I got no answer... how can I find how the world digital library files its images.. i.e. If I want to download the bible from this page... http://www.wdl.org/en/item/9910/view/1/230/ can anybody give me any hint? Thanks :)

@lovasoa
Copy link
Owner

lovasoa commented May 27, 2015

@Horemheb : as your question is not related to this thread, I opened a new issue : #5 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants