I\'m trying to extract data from individual divs from HTML code using BeautifulSoup.
Here\'s an example div that\'s a result of using html.find_all(\'div\')
html.find_all(\'div\')