I use a website that runs a service I will shortly loose. It lists all my cricket clubs member details just changing member number for each URL. They don't want to make it easy for you to download a csv of all the members so you keep using them. I have made a webpage (on my own server) that lists every member id as a link.
www.sportsclub-manager.com/member13424.asp
www.sportsclub-manager.com/member45447.asp
etc
(1500 links)
I want to download each page as a full webarchive.
I have tried downloadthemall and scrapbook firefox add ons but there is a table that appears 1second after the page loads that doesn't get downloaded. If I save manually as a webarchive it does.
Can automator do something this i.e
load list of URLs from webpage
start loop
load link x to safari
wait 3 seconds
save content to file
end loop
www.sportsclub-manager.com/member13424.asp
www.sportsclub-manager.com/member45447.asp
etc
(1500 links)
I want to download each page as a full webarchive.
I have tried downloadthemall and scrapbook firefox add ons but there is a table that appears 1second after the page loads that doesn't get downloaded. If I save manually as a webarchive it does.
Can automator do something this i.e
load list of URLs from webpage
start loop
load link x to safari
wait 3 seconds
save content to file
end loop