This is the part of the page I want to crawl. I tried like this: script = soup.select(\'script\', attrs={\'type\':\'text/javascript\'}) But it is returned in th
script = soup.select(\'script\', attrs={\'type\':\'text/javascript\'})