How can I get the time data behind two \"divs\" with BeautifulSoup?
6:00.00
I\'ve tried the f
To your second question:
if "kW" in item.text: itemval = item.find_parent().find_next_sibling().text.strip() output.append(itemval)