Page 1 of 1

downloading full-sized images from coppermine gallery

Posted: Tue Oct 10, 2017 3:57 pm
by queenc
Hi there. I am totally clueless when it comes to writing filters, but I searched and tried the filter suggested
here: viewtopic.php?t=98
and here: http://softbytelabs.com/Forum/viewtopic ... ec05785461

the first doesn't work at all for me, i get error 400 for each request.
the second works, but only downloads the thumbnails.
i intend to download albums on their own, but the fullsize images. e.g. from this album: http://lena-headey.net/gallery/thumbnails.php?album=673
i put that exact url into the browser bar in blackwidow. i think the gallery might be using jquery to launch new windows with the fullsized images, but i have no idea how to write around that.

any help would be appreciated !

Re: downloading full-sized images from coppermine gallery

Posted: Tue Oct 10, 2017 4:24 pm
by Support
This one is easy, all we have to do is remove thumb_ from the links of the thumbnails to make them full images. Here are the filters, copy and click on the Paste Settings button in the filters window.

Code: Select all

[BlackWidow v6.00 filters]
URL = http://lena-headey.net/gallery/thumbnails.php?album=673
[ ] Expert mode
[ ] Scan everything
[x] Scan whole site
Local depth: 0
[x] Scan external links
[ ] Only verify external links
External depth: 0
Default index page: 
Startup referrer: 
[ ] Slow down by 2:4 seconds
4 threads
[x] Replace /thumb_ with / using plain text
[x] Add \.jpg$ from URL using regular expression
[end]

Re: downloading full-sized images from coppermine gallery

Posted: Wed Nov 21, 2018 11:17 am
by VinceSi
In what resolution does this download the images in? The original one?

Re: downloading full-sized images from coppermine gallery

Posted: Wed Nov 21, 2018 3:24 pm
by Support
yes, the original one.

Re: downloading full-sized images from coppermine gallery

Posted: Mon Jan 13, 2020 7:39 pm
by Latro Dektes
I often have trouble getting BW to work, so I was pleased that your filter settings worked.
(I copied your code and pasted it into my BW Filters tab)
(Your settings saved 600 good-resolution jpg files, as expected. And without the thumb_ filter it saved 600 low-resolutions thumbnails.)

QUESTION: Will BW allow me to keep the original file date?

FYI, my BW Structure tab lists these attributes for the first of the 600 good-resolution files:
http://lena-headey.net/gallery/albums/T ... D_0001.JPG
Size: 89671
Modified: 4/21/2013 1:06:58 PM
Mime/Type: image/jpeg
Referrer: http://lena-headey.net/gallery/thumbnails.php?album=673

Re: downloading full-sized images from coppermine gallery

Posted: Mon Jan 13, 2020 8:03 pm
by Support
yes it should, well, it uses the date the server returns. If the file is from a PHP script for example, it more likely have the date it was generated (the date the picture was viewed).