sananth12 / ImageScraper

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

image_scraper.scrape_images("http://example.com") does not work for me #97

Closed WTRipper closed 7 years ago

WTRipper commented 8 years ago

As written in the title:

import image_scraper image_scraper.scrape_images("http://example.com")

does not work for me (PyCharm: "Process finished with exit code 0", But nothing happened) I am using python27 under windows 8.

Using cmd works: C:\Python27\Scripts>image-scraper http://example.com

ssundarraj commented 8 years ago

Please see #92 :)