google-images-download
google-images-download copied to clipboard
Decoding issue when using characters like "åäö"
"print(iteration.encode('raw_unicode_escape').decode('utf-8'))" caused the script to crash when characters like "åäö" were used, removing the encoding (or comment/remove the print function) solves this issue.
https://github.com/hardikvasa/google-images-download/issues/268#issuecomment-541472041 also works