scrape( n ′ ​ gcontent−serverapp ′ , ′ How to scrape HTML elements with a specific attribute using Python ′ )

14 Views Asked by At

I have crawled a website, but I have a problem with a special tag that doesn't return the response. I retrieve the HTML document by sending a request and then parse the soup with BS4. However, when I use the find method, it doesn't give me any results.

i used css selector but its not work

0

There are 0 best solutions below