how to find tags in bs4.element.ResultSet type object

Discussion in 'Programming' started by jagathg, May 31, 2022.

  1. #1
    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
     
    jagathg, May 31, 2022 IP