|
|
|||||||
| Home | Register | Downloads | FAQ | Members List | Calendar | Arcade | Mark Forums Read |
» Less advertising throughout
» Post and participate in discussions
» Network with other forum members
» Free private messaging
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Need more coffee.
![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Aug 2006
Location: Ohio
Posts: 5,086
|
A simple program to download images in a series (...file01.jpg, file02.jpg, etc.)
Recently, I lost my password to a web server in which I have many photos stored. I've tried everything, but I Can't remember the password. Luckily, the images are named in a logical order (DSC101.jpg, DSC102.jpg, etc). What I need is a simple program to download the images in a series, from DSC101 to DSC199. It can be programmed in any language, as long as its easy to modify it to point to the domain my images are stored at. Thanks, BigIg
__________________
![]() |
|
|
|
| Advertisement | [Remove Advertisement] | ||
|
|
|
#2 |
|
@Chamber of Understanding
![]() ![]() ![]() ![]() Join Date: Aug 2007
Location: System Server
Posts: 784
|
In your browser address bar, type in: Code:
javascript:for(i=101; i<=199; i++) {document.writeln("<IMG SRC='http://www.urlgoeshere.com/DSC" + i + ".jpg'/>");}
Then use a general download manager like FlashGet to download the images from that page.
__________________
Computational intelligence must be implemented on a parallel architecture |
|
|
|
|
|
#3 | |
|
Menthol Flavored
![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Mar 2005
Location: Maryland, USA.
Posts: 3,925
|
Give me the url of one of the images and tell me what number it ends at and I can set up a list file for Flashget to auto download all of your files for you.
__________________
http://thecloudofsmoke.deviantart.com Quote:
|
|
|
|
|
|
|
#4 |
|
@Chamber of Understanding
![]() ![]() ![]() ![]() Join Date: Aug 2007
Location: System Server
Posts: 784
|
Oh right, just use batch download from Flashget.
__________________
Computational intelligence must be implemented on a parallel architecture |
|
|
|
|
|
#5 | |
|
Need more coffee.
![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Aug 2006
Location: Ohio
Posts: 5,086
|
Quote:
EDIT: Thanks to TCOS too, but I read his post first and went with it.
__________________
![]() Last edited by ElijahTW; May 15th, 2008 at 23:09.. |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|