SyntaxFix
Write A Post
Hire A Developer
Questions
You could solve this with some simple gazpacho parsing:
from gazpacho import Soup soup = Soup(html) tds = soup.find("td", {"class": "pos"}) tds[1].find("strong").text
Which will output:
text I am looking for