View Single Post
Old August 13th, 2017, 06:11 AM   #319
deepsepia
Moderator
 
deepsepia's Avatar
 
Join Date: Jul 2007
Location: Upper left corner
Posts: 7,205
Thanks: 47,953
Thanked 83,437 Times in 7,199 Posts
deepsepia 350000+deepsepia 350000+deepsepia 350000+deepsepia 350000+deepsepia 350000+deepsepia 350000+deepsepia 350000+deepsepia 350000+deepsepia 350000+deepsepia 350000+deepsepia 350000+
Default

Quote:
Originally Posted by illuminated View Post
So i want to download lots yes lots of images.
No login is needed.
Each page has around 100 images, pages as followed:
http://somesite.com/page/1/
http://somesite.com/page/150000/

Does anyone know any good program for this?
BID seems to be the best, but i will only use it once (for this project).
So if there's any free software that can do the above job?

So the technique is going to depend on just what imagehost is being used. If its a host that's compatible with JDownloader, I'll write a little Basic program

For NumPages=1 to 15000
Print "hxxp://somesite.com/page/";NumPages
next NumPages
This will give you output like this

hxxpp://somesite.com/page/1
hxxp://somesite.com/page/2
hxxp://somesite.com/page/3
hxxp://somesite.com/page/4
and so on
I then copy this list of pages, paste it into Jdownloader's linkgrabber, and do a "deep search" with filetype images

This technique is dependent on Jdownloader having a plugin that works for the particular imagehost
deepsepia is offline   Reply With Quote
The Following 4 Users Say Thank You to deepsepia For This Useful Post: