hello
I need a program that will download urls from a list in a text file
it should just save the html (saving the complete webpage, ie. the html AND a folder with the files, should be optional)
also, it should use any cookies necessary from the web browser (IE) in order to authenticate
last, it should download every few seconds between each url, or with random time interval
do you know any program?
I already know wget, but I have problems with cookie authentication
thanks