Quote:
Originally Posted by yoss15
I see, well this is what I get.
|
that means you didn't hit even one of the print statements.
There are no div tags having class="content" so this part is never entered.
Code:
for section in soup.findAll('div', attrs={'class':'content'}):
Have you looked at your source page?