Open GoogleCodeExporter opened 9 years ago
This patch return AttributeError: 'NoneType' object has no attribute 'strip'
when using .text()
so I just removed strip() and it worked properly.(Dont know why)
But in html like <h2>text,text,text<a href="#">link</a></h2> if I ask for
text() it dosnt return nothing...
And something like .text(1) to show the second element instead of just first
would be cool too....I dont know much of python if I knew i could help
Original comment by jacob.ma...@gmail.com
on 17 Sep 2012 at 6:22
Original issue reported on code.google.com by
BjornSte...@gmail.com
on 13 Dec 2010 at 7:01Attachments: