I am scraping a website.
After these lines of code:
from bs4 import BeautifulSoup as soup parse_soup = soup(r.text, \'html.parser\')
I ge