Hey guys, I'm doing a school project and found a really informative page on how to keep food safely, but the problem is it has a lot of links at once.
How can I save all those links into a single archive?
[QUOTE=Gvazdas;24843361]Hey guys, I'm doing a school project and found a really informative page on how to keep food safely, but the problem is it has a lot of links at once.
How can I save all those links into a single archive?[/QUOTE]
I dont really understand your problem.
But whatever.
Can you just copy the hyperlinks to word?
copy the links to an email that is addressed to yourself.
can [b][url=http://members.ij.net/anthonymathews/MacroMaker.htm]macros[/url][/b] help you?
If you use Firefox, the [url=http://www.downthemall.net/]DownThemAll[/url] addon can do it.
grab a windows copy of wget from [url=http://gnuwin32.sourceforge.net/packages/wget.htm]here[/url]
Open up a cmd window, navigate to C:\Program Files\GnuWin32\bin\. (It may be Program Files (x86) if you're on a 64-bit OS.
[code]wget -m http://www.urlgoeshere.com/[/code]
-m (mirror) will download the index, find all the URL's stored in it, and download those. It basically just keeps on going until there are no more new links on any site it's linked to. I'm currently working on a Windows frontend for wget which would make it easier for people who prefer a GUI over CLI.
I downloaded Website Downloader, that thing is good, I can browse a web page offline.
[QUOTE=robmaister12;24855985]grab a windows copy of wget from [url=http://gnuwin32.sourceforge.net/packages/wget.htm]here[/url]
Open up a cmd window, navigate to C:\Program Files\GnuWin32\bin\. (It may be Program Files (x86) if you're on a 64-bit OS.
[code]wget -m http://www.urlgoeshere.com/[/code]
-m (mirror) will download the index, find all the URL's stored in it, and download those. It basically just keeps on going until there are no more new links on any site it's linked to. I'm currently working on a Windows frontend for wget which would make it easier for people who prefer a GUI over CLI.[/QUOTE]
Isn't that going to fill up your hard drive almost instantly? There's practically zero pages on the internet that are orphaned. Not with the advent of Google and other search engines.
Sorry, you need to Log In to post a reply to this thread.