1.0.4 • Published 5 years ago

grablio v1.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

grablio

A command line tool for grabbing images from a URL

Set-up

User

1) Install node: https://nodejs.org/en/ 2) npm -install -g grablio

Dev

1) Install node: https://nodejs.org/en/ 2) git clone https://github.com/oliverhilferty/grablio.git 3) cd grablio 4) npm install

Usage

usage: grablio [-h] [-d DESTINATION] [-s SELECTOR] [-a ATTR] [-t] url

Positional arguments:
  url                   URL to grab images from

Optional arguments:
  -h, --help            Show this help message and exit.
  -d DESTINATION, --destination DESTINATION
                        folder to save the images to (default is './')
  -s SELECTOR, --selector SELECTOR
                        CSS selector to get from the page (default is 'img')
  -a ATTR, --attr ATTR  the attribute to get from the selected elements
                        (default is 'src')
  -t, --test            find images without downloading them
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago