<div class="friendBlockContent">
Bartdavy<br>
<span class="friendSmallText">
Online
</span>
</div>
is the html, and I tried
for div in soup.findAll("div", class_="friendBlockContent", ):
print(div)
And this gives me if he's online, I only wanna get the name, how could I do this?