Goober
Goober is a fast and easy-to-use command line web scraper that effortlessly extract images from web pages.
Prerequisites
Before using Goober, make sure you have the following tools and components installed:
Installation
$ go install github.com/pacna/goober@latest
make sure ~/go/bin is in your path
Usage
Run Goober and specify the web page you want to scrape:
$ goober --input https://www.google.com/ --outdir /path/to/folder
Flags
--input: Specifies the URL of the web page you want to scrape.
--outdir: Defines the destination path where all scraped images will be zipped. (Optional)