lovasoa / dezoomify

Dezoomify is a web application to download zoomable images from museum websites, image galleries, and map viewers. Many different zoomable image technologies are supported.
https://dezoomify.ophir.dev
GNU General Public License v2.0
672 stars 75 forks source link

[new site support] Royal Library of Belgium (KBR) #788

Open kissbalint777 opened 7 months ago

kissbalint777 commented 7 months ago

Royal Library of Belgium (KBR) https://belgica.kbr.be/BELGICA/home-belgica.aspx?_lg=en-GB

Example: https://belgica.kbr.be/BELGICA/doc/SYRACUSE/17821797/missale-romanum-dictum-matthiae-corvini-missel-romain-dit-de-matthias-corvin-missaal-van-matthias-co

Current error message: Oops, we have a problem An error occured while trying to dezoomify your image. This is probably because dezoomify did not manage to find a zoomable image at the address you gave.

kissbalint777 commented 7 months ago

I need the musical score from 333 to 353. Page 333 has the begining of it at the bottom of the page, 353 has the end of it.

Thanks!

User @.***> ezt írta (időpont: 2024. ápr. 11., Cs, 8:53):

Is there a particular page in the Missale that you need?

— Reply to this email directly, view it on GitHub https://github.com/lovasoa/dezoomify/issues/788#issuecomment-2049035713, or unsubscribe https://github.com/notifications/unsubscribe-auth/BE2TPCBSACWFOK6GV2A2ETLY4YXP7AVCNFSM6AAAAABF5JIWUOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBZGAZTKNZRGM . You are receiving this because you authored the thread.Message ID: @.***>

Benomrans commented 7 months ago

@kissbalint777 Hello, For this site You need to use Dezoomify-rs (https://github.com/lovasoa/dezoomify-rs), and intiate it using the command line not directly.

Initiate CMD then at the command line paste:

path to dezoomify-rs folder\dezoomify-rs.exe --header "Referer: https://viewerd.kbr.be/gallery.php?map=A/1/7/1/5/7/1/6/0000-00-00_00/" "https://viewerd.kbr.be/display/A/1/7/1/5/7/1/6/0000-00-00_00/zoomtiles/BE-KBR00_A-1715716_0000-00-00_00_0333/2-{{X}}-{{Y}}.jpg"

wait till it finishes downloading, then for the next page just change the page number 00_0333 at the tiles url to the next page 00_0334 to be :

https://viewerd.kbr.be/display/A/1/7/1/5/7/1/6/0000-00-00_00/zoomtiles/BE-KBR00_A-1715716_0000-00-00_00_0334/2-{{X}}-{{Y}}.jpg

and repeat the process for the required pages. (pages are of 3072x3840px).

kissbalint777 commented 7 months ago

It worked out nicely!

Thanks for your help!

Aisha BenOmran @.***> ezt írta (időpont: 2024. ápr. 12., P, 10:24):

@kissbalint777 https://github.com/kissbalint777 Hello, For this site You need to use Dezoomify-rs ( https://github.com/lovasoa/dezoomify-rs), and intiate it using the command line not directly.

Initiate CMD then at the command line paste:

path to dezoomify-rs folder\dezoomify-rs.exe --header "Referer: https://viewerd.kbr.be/gallery.php?map=A/1/7/1/5/7/1/6/0000-00-00_00/" " https://viewerd.kbr.be/display/A/1/7/1/5/7/1/6/0000-00-00_00/zoomtiles/BE-KBR00_A-1715716_0000-00-00_00_0333/2-{{X}}-{{Y}}.jpg "

wait till it finishes downloading, then for the next page just change the page number 00_0333 at the tiles url to the next page 00_0334 to be :

https://viewerd.kbr.be/display/A/1/7/1/5/7/1/6/0000-00-00_00/zoomtiles/BE-KBR00_A-1715716_0000-00-00_00_0334/2-{{X}}-{{Y}}.jpg

and repeat the process for the required pages. (pages are of 3072x3840px).

— Reply to this email directly, view it on GitHub https://github.com/lovasoa/dezoomify/issues/788#issuecomment-2051264450, or unsubscribe https://github.com/notifications/unsubscribe-auth/BE2TPCCHBEDI4I3FULNFP3TY46K3DAVCNFSM6AAAAABF5JIWUOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJRGI3DINBVGA . You are receiving this because you were mentioned.Message ID: @.***>