I am learning/doing web scraping and stuck on a problem, I have an object of type Set which contains some div tag and I want to extract it as we do in bs4.BeautifulSoup type object Then, I tried to use the find method but it doesn't work instead I got an error. my goal is to get the article topic name which can be seen in this part of that code