I am trying to get a value out of a HTML page using the python HTMLParser library. The value I want to get hold of is within this html element:
...
This works perfectly:
print (soup.find('the tag').text)