hueyning / art-station-scraper

Scrapes image from artstation.com
13 stars 0 forks source link

Decoding of utf-8 #1

Open theUpsider opened 2 years ago

theUpsider commented 2 years ago

I suggest changing the with open(filename, 'r') as f: in the image downloader with with open(filename, 'r', encoding="utf-8") as f: as it ensures utf-8. This is necessary since you encode it in utf-8 in your other script.

Would love to see an update of this.

Greetings and thanks for the cool scripts!

hirako2000 commented 2 months ago

intending to contribute, soon. will be testing it out and build upon it rather than creating my own project.

if anyone wants to team up, please reach out.