Leone25 / booktab-downloader

A python script to download you Zanichelli books from web Booktab as PDFs
MIT License
41 stars 6 forks source link

Fixed error when sending requests #21

Closed AndryGamingYT closed 1 year ago

AndryGamingYT commented 1 year ago

After placing the cookie, the request returned the error below caused by the incorrect encoding of the cookie.

UnicodeEncodeError: 'latin-1' codec can't encode character '\u2019' in position 517: ordinal not in range(256)
Leone25 commented 1 year ago

weird that it was there, ty