Saved Bookmarks
| 1. |
Solve : Wget with source code? |
|
Answer» i made a batch that uses WGET to copy the HTML and Copy the SOURCE into a text file. This works only if it is the INDEX though. like if I want http://lightstormlabs.com, it will get the HTML of the index and the TXT of the index, but if I want http://lightstormlabs.com/products.html, it will only give me the HTMLread the wget manual. what you want is some spidering actions. wget has options which you can specify the depths you want to go into |
|