yoavxyoav / billboard-insights

Info about songs from all times derived from billboard.com data
0 stars 0 forks source link

fixing foreign character in scraped text #1

Closed yoavxyoav closed 4 years ago

yoavxyoav commented 4 years ago

add the code found by Yosi soup = BeautifulSoup(page, PARSER,from_encoding='latin1')