I need to make a web crawler to extract information from web pages. I made a research and found that Beautiful Soup was excellent since i could parse all document and create dom objects and iterate, extract attributes, etc(similitar to JQuery).
But I’m using Python 3.2 and there is no stable version for it(I think there isn’t at all, just 3.1 I saw at their home page).
So I need some as good alternatives.
From the lxml homepage: