User
for n in BeautifulSoup(content, "lxml").findAll('a', {"class":"lenta"}): if n.find("span", {"class":"time3"}): print(n.text)