ImageScraper icon indicating copy to clipboard operation
ImageScraper copied to clipboard

min filesize not working

Open Freakboo opened this issue 4 years ago • 4 comments

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]

Freakboo avatar Jun 01 '20 05:06 Freakboo

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

Maxime-clrc avatar Jan 13 '21 10:01 Maxime-clrc

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.

Vulgaris-Viridis avatar Jan 23 '21 22:01 Vulgaris-Viridis

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

Maxime-clrc avatar Jan 23 '21 22:01 Maxime-clrc

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

Vulgaris-Viridis avatar Jan 27 '21 09:01 Vulgaris-Viridis