Download every zip files from a website

Download every zip files from a website

Post just about everything that isn't directly related to Spring here!

Moderator: Moderators

Post Reply
Satirik
Lobby Developer
Posts: 1688
Joined: 16 Mar 2007, 18:27

Download every zip files from a website

Post by Satirik »

I need a software to download every zip files from a website, parsing html and php generated html to get the zip (or whatever i want) files.
User avatar
SinbadEV
Posts: 6475
Joined: 02 May 2005, 03:56

Re: Download every zip files from a website

Post by SinbadEV »

Flash Get or Free Download Manager should be able to do so but I'm not sure.
Satirik
Lobby Developer
Posts: 1688
Joined: 16 Mar 2007, 18:27

Re: Download every zip files from a website

Post by Satirik »

free download manager fails, flashget looks like a spyware and probably fails too
User avatar
Forboding Angel
Evolution RTS Developer
Posts: 14673
Joined: 17 Nov 2005, 02:43

Re: Download every zip files from a website

Post by Forboding Angel »

Flashget works quite well for that. Also, downloadthemall would prolly do it.
Satirik
Lobby Developer
Posts: 1688
Joined: 16 Mar 2007, 18:27

Re: Download every zip files from a website

Post by Satirik »

well I finaly got what I needed with WinHTTrack, had to enable few options
User avatar
knorke
Posts: 7971
Joined: 22 Feb 2006, 01:02

Re: Download every zip files from a website

Post by knorke »

From what Ive seen on other PCs, at least some FlashGet versions come with a bunch of adware crap.
i would use bonzi buddy instead.
User avatar
aegis
Posts: 2456
Joined: 11 Jul 2007, 17:47

Re: Download every zip files from a website

Post by aegis »

wget -r -A.zip http://url

can also do
wget -r -nd -np -A.zip http://url

nd tells it to not create subdirectories for each deeper it recurses
and np tells it to not go any higher than url (so http://springrts.com/dl/ wouldn't go up to http://springrts.com/ during recursion, only deeper)
Post Reply

Return to “Off Topic Discussion”