|
| View previous topic :: View next topic |
| Author |
Message |
Jason
|
Posted: Fri Jul 09, 2004 11:29 pm Post subject: Web Crawler |
|
|
Can any of you guys recommend a decent webcrawler for Linux for archiving sites onto your local computer. We aren't allowed to hook our laptops up to the network at work (grr) so we are reduced to offline reading. wget -p is great but it does miss images whose paths are embedded inside the css stylesheet. So any other suggestions would be great.
|
|
|
 |
jebba
|
Posted: Fri Jul 09, 2004 11:35 pm Post subject: |
|
|
Check out webbot.
| Code: | | apt-get update && apt-get install w3c-libwww-apps |
/usr/bin/webbot
|
|
|
 |
|
|
|