ImageScraper
ImageScraper copied to clipboard
min filesize not working
usage: image-scraper [-h] [-m MAX_IMAGES] [-s SAVE_DIR] [-g] [--proxy-server PROXY_SERVER] [--max-filesize MAX_FILESIZE] [--dump-urls] [--formats [FORMATS [FORMATS ...]]] [--scrape-reverse] url2scrape image-scraper: error: unrecognized arguments: --min-filesize [URL]
Got the same issue, I see there is no --min-filesize arg in the list when I use --help.
I can confirm --max-filesizesize works but --min doesn't, but seeing how @sananth12 has not contributed anything in years, i can only assume that this project is dead.
I managed to make it worked. The problem comes from pypi, when you use the command "pip install ImageScraper", it install packages from pypi.python.org . But on pypi, the project is not up to date. So you have to download the archive from github, go to the folder and simply use "python setup.py install" to install packages.
I hadn't thought about it but I don't know anything about python...
Thanks @Maxime-clrc, for some reason the beta version doesn't work well for me. However since this is a minor issue, i'll consider it solved..