sananth12 / ImageScraper

:scissors: High performance, multi-threaded image scraper
GNU General Public License v3.0
763 stars 101 forks source link

url containing brackets in them throws error #102

Closed mrkarthik07 closed 7 years ago

mrkarthik07 commented 7 years ago

I was trying to download image of particular website something like this http://XYZ.com/XYZ/XYZ.net(3).jpg when i encountered error bash: syntax error near unexpected token `('

ssundarraj commented 7 years ago

Can you try escaping the brackets (i.e. "http://XYZ.com/XYZ/XYZ.net\(3\).jpg")

mrkarthik07 commented 7 years ago

awesome it works