downloading full-sized images from coppermine gallery

BlackWidow scans websites (it's a site ripper). It can download an entire website, or download portions of a site.
Post Reply
queenc
Posts: 1
Joined: Tue Oct 10, 2017 3:51 pm

downloading full-sized images from coppermine gallery

Post 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 !
User avatar
Support
Site Admin
Posts: 2987
Joined: Sun Oct 02, 2011 10:49 am

Re: downloading full-sized images from coppermine gallery

Post 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]
Your support team.
https://SoftByteLabs.com
VinceSi
Posts: 1
Joined: Tue Nov 20, 2018 5:47 am

Re: downloading full-sized images from coppermine gallery

Post by VinceSi »

In what resolution does this download the images in? The original one?
User avatar
Support
Site Admin
Posts: 2987
Joined: Sun Oct 02, 2011 10:49 am

Re: downloading full-sized images from coppermine gallery

Post by Support »

yes, the original one.
Your support team.
https://SoftByteLabs.com
Latro Dektes
Posts: 6
Joined: Sun Mar 23, 2014 5:46 pm

Re: downloading full-sized images from coppermine gallery

Post 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
User avatar
Support
Site Admin
Posts: 2987
Joined: Sun Oct 02, 2011 10:49 am

Re: downloading full-sized images from coppermine gallery

Post 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).
Your support team.
https://SoftByteLabs.com
Post Reply