A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Microsoft Windows 7 » Windows 7 Forum
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Automatic downloading of Hi Rez images.



 
 
Thread Tools Rate Thread Display Modes
  #1  
Old July 30th 12, 03:57 AM posted to alt.windows7.general
Peter Jason
external usenet poster
 
Posts: 2,310
Default Automatic downloading of Hi Rez images.

I have Firefox, Win7 SP1.

Is there any software to download from the
Internet a list of urls in a particular folder,
and then store the resultant images in that or
another folder. I need this to be automatic to
use the off-peak ISP rates.

Say I want to download images that are normally
selected from a thumbnail. I can download these
small thumbnails and their file names (there are
hundreds) and store them in a folder. With the
"ReNamer" software...
http://www.den4b.com/
I can manipulate their filenames to fit into the
main site's webpage and so download the HiRez
images. This works manually, but I need
something to do it automatically.

Peter

Ads
  #2  
Old July 30th 12, 04:18 AM posted to alt.windows7.general
Nil[_2_]
external usenet poster
 
Posts: 2,170
Default Automatic downloading of Hi Rez images.

On 29 Jul 2012, Peter Jason wrote in
alt.windows7.general:

I have Firefox, Win7 SP1.

Is there any software to download from the
Internet a list of urls in a particular folder,
and then store the resultant images in that or
another folder. I need this to be automatic to
use the off-peak ISP rates.


Look at WGET:

http://gnuwin32.sourceforge.net/packages/wget.htm
  #3  
Old July 30th 12, 05:58 AM posted to alt.windows7.general
Peter Jason
external usenet poster
 
Posts: 2,310
Default Automatic downloading of Hi Rez images.

On Sun, 29 Jul 2012 23:18:13 -0400, Nil
wrote:

On 29 Jul 2012, Peter Jason wrote in
alt.windows7.general:

I have Firefox, Win7 SP1.

Is there any software to download from the
Internet a list of urls in a particular folder,
and then store the resultant images in that or
another folder. I need this to be automatic to
use the off-peak ISP rates.


Look at WGET:


http://gnuwin32.sourceforge.net/packages/wget.htm


Thanks, I'll check this out.
  #4  
Old July 30th 12, 04:19 PM posted to alt.windows7.general
VanguardLH[_2_]
external usenet poster
 
Posts: 10,881
Default Automatic downloading of Hi Rez images.

"Peter Jason" wrote:

Is there any software to download from the Internet a list of urls in
a particular folder, and then store the resultant images in that or
another folder. I need this to be automatic to use the off-peak ISP
rates.


Search online for "web crawler" or "web spider". These browse a site
while navigating through all the links in each page to retrieve the
pages for that site and cache them locally. Usually they have a setting
to determine how deep you navigate into a site since a site could have
thousands of pages that you may never see or don't want to see; that is,
you would be wasting time and bandwidth to navigate to and retrieving
highly buried pages that you are not likely to care about.

Some sites don't like these robots crawling around their web sites
because they know a human isn't the one doing the visiting. Search
engines roam through web sites to gather their statistics but there are
also users that use these robots to steal content to reuse elsewhere.
Web sites can use a robots.txt file to tell robots not to roam through
their web site and copy its content but only robots that honor that
request will comply and some robots don't.

http://www.robotstxt.org/

I've seen some sites, knowing that many robots will misbehave and not
honor the request, that will stall or delay the delivery of linked pages
down to a speed expected from that of a human user. That is, they won't
deliver the next page until after a period of time of delivering the
prior page. They throttle their delivery of their web pages. Humans
won't notice the difference but robots certainly will. Think of it like
a foot race between you and a robot. The robot could run a lot faster
but it gets slowed down so it can't run any faster than you. This also
slows down the overhead a web server has to endure when misbehaving
robots attack their site. This means your robot won't be able to
retrieve their pages any faster than you could.

If a search at one of the common or well-known download sites
(download.com, softpedia.com) don't turn up any robots that you like,
the above robots help site has a list of known robots you could look at.

I haven't used a web crawler in well over a decade. My recollection is
that it stored the web site being crawled so that it built up a copy of
the web site in a local folder. Nowadays that may not work as well as
you would like. Streamed media isn't stored on your local hard disk so
you won't have a copy of it (unless you use stream capture software).
That content won't get saved in the local copy of the web site. It will
still be externally linked and you'll have to be online to see it even
when loading the local copies of their web pages. Anything externally
linked at the web site may end up externally linked in your copy of
their web pages. Also, many sites now employ dynamic web pages. Their
scripts (some of which are server-side scripts that you will NEVER be
able to see or to retrieve) decide what content to generate in a web
page on your visit and that content may change depending on when you
visit and how you navigated through their site. So the web crawler
might show different content each time you have it crawl through a site.
Dynamic content, AJAX, and streamed media are becoming much more popular
and prevalent so you'll have to find out how your choice of web crawler
handles those.
  #5  
Old July 31st 12, 02:05 AM posted to alt.windows7.general
Stan Brown
external usenet poster
 
Posts: 2,904
Default Automatic downloading of Hi Rez images.

On Mon, 30 Jul 2012 12:57:49 +1000, Peter Jason wrote:

I have Firefox, Win7 SP1.

Is there any software to download from the
Internet a list of urls in a particular folder,
and then store the resultant images in that or
another folder. I need this to be automatic to
use the off-peak ISP rates.


Yes. Wget comes to mind.


--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com
Shikata ga nai...
  #6  
Old July 31st 12, 02:05 AM posted to alt.windows7.general
Stan Brown
external usenet poster
 
Posts: 2,904
Default Automatic downloading of Hi Rez images.

On Sun, 29 Jul 2012 23:18:13 -0400, Nil wrote:

On 29 Jul 2012, Peter Jason wrote in
alt.windows7.general:

I have Firefox, Win7 SP1.

Is there any software to download from the
Internet a list of urls in a particular folder,
and then store the resultant images in that or
another folder. I need this to be automatic to
use the off-peak ISP rates.


Look at WGET:

http://gnuwin32.sourceforge.net/packages/wget.htm


Oops -- great minds think alike, I see.

You made it *too* easy by giving the URL, though. :-)

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com
Shikata ga nai...
  #7  
Old July 31st 12, 02:56 AM posted to alt.windows7.general
Nil[_2_]
external usenet poster
 
Posts: 2,170
Default Automatic downloading of Hi Rez images.

On 30 Jul 2012, Stan Brown wrote in
alt.windows7.general:

http://gnuwin32.sourceforge.net/packages/wget.htm


Oops -- great minds think alike, I see.

You made it *too* easy by giving the URL, though. :-)


According to Paul, there may be some bugs to deal with, and the OP has
to write a batch file or script to make it do what he wants, and the
web site may present some obstacles. Still, that's what WGET was made
for, to retrieve files off a web site in an unattended mode. I've used
it for several simple tasks, but not for anything as complex as the
OP's want, if I understand him (which I'm not sure I do.)
 




Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off






All times are GMT +1. The time now is 05:45 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.