BeautifulSoup

Rolando Espinoza La Fuente darkrho at gmail.com
Wed Jan 13 10:03:24 EST 2010


Hi,

Also you can check a high-level framework for scrapping:
http://scrapy.org/

In their docs includes an example of extracting torrents data from mininova
http://doc.scrapy.org/intro/overview.html

You will need to understand regular expressions, xpath expressions,
callbacks, etc.
In the faq explains how does Scrapy compare to BeatufilSoup.
http://doc.scrapy.org/faq.html#how-does-scrapy-compare-to-beautifulsoul-or-lxml

Regards,

On Wed, Jan 13, 2010 at 8:46 AM, yamamoto <blueskykind02 at gmail.com> wrote:
> Hi,
> I am new to Python. I'd like to extract "a" tag from a website by
> using "beautifulsoup" module.
> but it doesnt work!
>
[snip]

-- 
Rolando Espinoza La fuente
www.rolandoespinoza.info



More information about the Python-list mailing list