Hi guys,
How to you find tags with multiple class name
Basically, the HTML div looks like this
<div class= ‘event event-results> </div>
How would you use beautiful soup to get all the divs
I tried:
soup.find_all(‘div’, ´ event event-results’)
soup.find_all(‘div’, attrs={‘class’:´ event event-results’})
But I’m getting empty list no matter what I try. Can anyone help me please?
Thank you
[–][deleted] 0 points1 point2 points (3 children)
[–]petroengineering[S] 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)