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 !
downloading full-sized images from coppermine gallery
Re: downloading full-sized images from coppermine gallery
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
https://SoftByteLabs.com
Re: downloading full-sized images from coppermine gallery
In what resolution does this download the images in? The original one?
There are many reasons to try payday loans today.
Re: downloading full-sized images from coppermine gallery
yes, the original one.
Your support team.
https://SoftByteLabs.com
https://SoftByteLabs.com
-
- Posts: 6
- Joined: Sun Mar 23, 2014 5:46 pm
Re: downloading full-sized images from coppermine gallery
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:
(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
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
https://SoftByteLabs.com