Answer the question
In order to leave comments, you need to log in
Finding all BeautifulSoup classes?
h1 = soup.find_all("h1")
finds all h1 tags and how to find all elements that have a certain class?
h1 = soup.find_all("h1", class_="h1") - something like this only so that not only in h1 tags but in all tags I searched for a class.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question