auto-name saved webpages
October 7, 2009 6:41 AM
Subscribe
Is there a way of saving a web-page from a web-browser, using a name from a source outside of the web-page?
I want to save several web-pages to a folder, and I would like a semi-automatic naming convention. Previously, I have been manually saving each web-page by hitting ctrl-s, and entering sequential numbers. I am analyzing these pages using a loop, so this convention makes it quite easy to loop through all files in the folder (I am doing this analysis using a few VBA macros in excel).
One mild complication is that some of these web-pages will all have the same default name if I use the actual prompted name, so re-naming after saving is not an option as it would overwrite files.
I haven't been able to figure out how to go about doing this within firefox on windows xp, so any pointers would be greatly appreciated. Suggestions using alternative browsers/OSs are fine as I use mac and linux also.
posted by a womble is an active kind of sloth to computers & internet (8 comments total)
curl -s -o /destination/path/file.html http://www.sourceURL.com/pageyouwant.htmlWorks great a cron schedule. Options here.
posted by rokusan at 6:44 AM on October 7