Advertisement
dereksir

Untitled

Jul 23rd, 2023
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. info = scraper.get(url)
  2.  
  3. print(info.status_code)
  4.  
  5. soup = BeautifulSoup(info.text, "html.parser")
  6. print(soup.find(class_ = "gCpBEX").get_text())
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement