googliser icon indicating copy to clipboard operation
googliser copied to clipboard

a fast BASH multiple-image downloader

Results 8 googliser issues
Sort by recently updated
recently updated
newest added

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

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

bug
question

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

enhancement

Yes, Google have updated their page-code again, so some new regexes are needed to scrape the links. Working on it now ...

bug

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.

bug
work-in-progress

At present, it shows this: ``` Usage: googliser [PARAMETERS] ... ``` I think we can do better. :grin:

enhancement

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

enhancement