sananth12 / ImageScraper

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

Code does not function #94

Closed AFAgarap closed 8 years ago

AFAgarap commented 8 years ago

I wrote the simple Python script for scraping images. It does not scrape an image at all. Please help? Thank you.

Screenshots

screenshot from 2016-04-05 23 42 43

screenshot from 2016-04-05 23 43 03

ssundarraj commented 8 years ago

Please check #93

AFAgarap commented 8 years ago

So, this means we cannot use ImageScraper in our Python scripts anymore? Aren't there any alternatives? Thank you in advance for your kind response.

ssundarraj commented 8 years ago

You can't use it as you have done so at the moment. You can make a call to image-scraper though.

AFAgarap commented 8 years ago

Oh, yes. Got it. Thank you so much!

AFAgarap commented 8 years ago

import os os.system('image-scraper <URL>')

Thank you! :)