Vasquez, Jason wrote: > I wanted to know if there was a way to stop wget from following > links. I want to supply it with a list of URL that I only want that > pages content pulled back.
Just don't use -r. If you want the images, etc. needed to display the pages properly, use -p Max.
