0
Q:

beautifulsoup search for elements with attributes

soup = BeautifulSoup(html)
results = soup.findAll("td", {"valign" : "top"})
0

New to Communities?

Join the community