RE: crawler in python and mysql

2007-11-12 Thread Adam Pletcher
on -- Adam Pletcher Technical Art Director Volition/THQ <http://www.volition-inc.com/> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fabian López Sent: Monday, November 12, 2007 12:33 PM To: Python-list@python.org Subject: crawler in python and mysql Hi, I would like

crawler in python and mysql

2007-11-12 Thread Fabian López
Hi, I would like to write a code that needs to crawl an url and take all the HTML code. I have noticed that there are different opensource webcrawlers, but they are very extensive for what I need. I only need to crawl an url, and don't know if it is so easy as using an html parser. Is it? Which lib