Quote:
Originally Posted by macpablus
Thanks Starson!
|
As far as I can tell, the recipe is crashing while parsing your index page. It gets to the line:
Code:
for section in soup.findAll('div', attrs={'class':'seccionx'}):
with the soup, then crashes. It looks like BeautifulSoup can't parse the soup. I'd suspect some malformed HTML on that page that BS can't handle. Try reading the BS info page (there's links in the sticky). I vaguely recall some discussion there on problems like this, or strip out as much of the page as possible before it gets to that line.