hardikvasa / google-images-download

Python Script to download hundreds of images from 'Google Images'. It is a ready-to-run code!
MIT License
8.56k stars 2.1k forks source link

Special Characters not allowed #349

Closed SushiWaUmai closed 3 years ago

SushiWaUmai commented 3 years ago

Keywords with special characters throw an error

response.download({"keywords": "Hello?", "limit": limit})

OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: 'downloads\\hello?'

SushiWaUmai commented 3 years ago

Closing this because of inactivity