How to automate batch downloading of files
Loading...
1,226
Loading...
Uploader Comments (wdoerner)
see all
All Comments (4)
-
@wdoerner I don't do much crawling but the Firefox FoxySpider extension is a possibility (addons.mozilla.org/en-US/fire
fox/addon/foxyspider/). The author requires a $5 fee after a 30 day trial to remove size and link limitations. I support asking for donations but am very much opposed to required fees from authors taking advantage of open source resources to create and promote their products. -
(Continuing - exceeded char limit):
cURL (curl.haxx.se), is a great freeware alternate for URL2FILE. It is available for over 50 OpSys - from AIX to x/OS. It is open source, has an active user and developer community,supports a huge list of protocols and offers a library of modules for inclusion in your own app.
Loading...
Although this video has useful XLS tips and links to ActivePerl and URL2FILE, this is NOT the way to do batch downloads from web sites. The Firefox (which he is using), extension Download Them All by Nils Mair et al (search addons.mozilla.com for downthemall), does everything he wanted and much, much more - without Perl, without batch files and without even leaving the browser. It not only scripts the DLs but is a fast full DL mngr with multiple DL streams and was first written in 2007.
GntlTch 8 months ago
@GntlTch good suggestion on "Download Them All". When I made the video, there didn't seem to be a lot of options for decent batch file downloads or webcrawling (or at least couldn't find much on forums or via Google searchers). Do you know of decent freeware for webcrawling instead of writing Perl scripts? I used Web Extractor to get data off webpages before (instead of download the entire HTML page) but it's not free. The open source/freeware I tried were pretty bad and not user friendly.
wdoerner 8 months ago