I am trying to findo this "generic" tag (there is only a "Span" Tag). I've tried a lot of things but none of them worked out. I tried the code below but brings me more than I want (I´m trying to reach the "573 m²" only...
Code:
Meters = [headline3.get_text() for headline3 in soup.find_all("ul", {"class": "feature__container"})]
Output:
['\n 573 m²\n \n 4 \n \n 4 \n \n 4 \n ',
HTML CODE (image): 1: