-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
min filesize not working #115
Comments
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.. |
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]
The text was updated successfully, but these errors were encountered: