dlimg
v0.0.3
Published
download all images from src attribute within img tag by type
Downloads
3
Readme
Dlimg
Download all images from src attribute within img tag by type
Install
npm install dlimg -g
Usage CLI
To download all image content-type:
dlimg http://www.whatever.com
To filter by type:
dlimg http://www.whatever.com --type jpg
the files will be downloaded on the current directory
TODO
- [
--size
] to filter and get images by size. - [
--path
] to get images and move to a new path.