dlimg
v0.0.3
Published
download all images from src attribute within img tag by type
Readme
Dlimg
Download all images from src attribute within img tag by type
Install
npm install dlimg -gUsage CLI
To download all image content-type:
dlimg http://www.whatever.comTo filter by type:
dlimg http://www.whatever.com --type jpgthe 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.
