Skip to content
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

Open
Freakboo opened this issue Jun 1, 2020 · 4 comments
Open

min filesize not working #115

Freakboo opened this issue Jun 1, 2020 · 4 comments

Comments

@Freakboo
Copy link

Freakboo commented Jun 1, 2020

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]

@Maxime-clrc
Copy link

Got the same issue, I see there is no --min-filesize arg in the list when I use --help.

@Vulgaris-Viridis
Copy link

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.

@Maxime-clrc
Copy link

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...

@Vulgaris-Viridis
Copy link

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..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants