I want to download all files from a page, but there's a catch
February 1, 2008 7:42 AM
Subscribe
How can I download a bunch of .pdfs from a webpage all at once? The page I'm looking at is a list of .pdfs available (for a class I'm in - course materials), with a link to download each .pdf file. I've tried using the Firefox extension
downthemall, but there's a catch - the links I click to download the .pdfs individually are javascript popups that look like this:
javascriptf:pop('docs/12004/andes_vegetation.pdf','yes',",",'12004');
Is there a way to grab all of these at once, or am I doomed to clicking each and every link to open a new window, save as, etc.?
posted by entropic to computers & internet (9 comments total)
1 user marked this as a favorite
Then once it's up, go to your download page and on the Webdev bar above you'll see a menu that says INFORMATION.
Click that. When the menu drops down, choose VIEW LINK INFORMATION.
A new tab will pop up that will have every link listed in the order it's placed. Copy the links and voila!
posted by damiano99 at 7:54 AM on February 1