Is there an easy script-way to download 15,000 pages of a website with incremental URLs?
June 10, 2004 12:57 PM
Subscribe
I need to mass download a chunk of a website. It's about 15000 pages, with identical urls except for one portion with a sequential numerical indicator for each page. I don't need to spider any links, I just need it to work through the list of pages. I know there's got to be an easy script-y way of doing this, but you know, I'm a lawyer. Please help!
posted by monju_bosatsu to computers & internet (10 comments total)
For wget to work as painlessly as possible, it would be best if the site contains some central HTML file with links to everything you want to download, but if it does not you could basically set the program to mirror the whole site and sort through the output when you're done.
posted by mmcg at 1:11 PM on June 10, 2004