Looking for downloader

colore

Limp Gawd
Joined
Sep 18, 2010
Messages
393
Is there a GUI method that will download a list of urls that to access them you need to enter login information in a form? Also, I need it to delay x seconds between each download and if possible to search the webpages of the urls in the list so that if it find a link to a pdf/ppt etc file to download them. (I am not comfortable with wget, because it doesn't display progress nor it has a button to pause etc)
 
wget - ctrl-c for pause
"wget -c" resume

"wget <file> -q --show-progress" for progress
 
  • Like
Reactions: Wild1
like this
Hi folks! I'm a little bit confused about the thread please can you explain to me what kind of downloader is it?
 
Once upon a time I used Webstripper to do something like you're referring to. I don't know if it had the features you are looking for or how well it works anymore.
 
Back
Top