listal
v0.1.10
Published
bot to download pictures from listal.com
Downloads
12
Readme
listal
Simple command line tool to download all images from a listal page. Just use listal
with option -u and the base url for the resource, excluding the pictures path.
For example, if you want to download all images in listal from inception just type
node listal.js -u http://www.listal.com/movie/inception
If you want all the pictures from the director:
node listal.js -u http://www.listal.com/christopher-nolan
All pictures are downloaded by default to target/resource_name
but you can change this with the -o
option.