googliser
googliser copied to clipboard
a fast BASH multiple-image downloader
Hi there. Thank you writing for this script. I have problem with -n argument. Script does not download specified number of images by -n argument. For example following script download...
would be nice to check size of image by imagemagick
When using the --sites flag search excludes the domain specified instead of only search in the specified domain. The "-" before "site" in line 1119 should be removed. https://github.com/teracow/googliser/blob/cb42c3d2efd09102bfb5eb512d0cec0e8d718988/googliser.sh#L1119
On `macOS` it appears the `install.sh` is required to install or use`Homebrew`, which isn't mentioned up front; it would be helpful to know that ahead of time. An alternative method...
Yes, Google have updated their page-code again, so some new regexes are needed to scrape the links. Working on it now ...
Might be time to look at `trap`ping an abort signal? Maybe use SIGABRT 6 ? Then modify the abort routine to send 6 instead of 9 to running jobs.
At present, it shows this: ``` Usage: googliser [PARAMETERS] ... ``` I think we can do better. :grin:
I'm thinking this might be possible with a custom `tabs` list, and a variation of [this](https://unix.stackexchange.com/a/372792/110015): ``` tabs 5 echo "A very long line that I want to fold on...