0.1.0 • Published 7 years ago

crawler.calmara v0.1.0

Weekly downloads
2
License
GPL
Repository
github
Last release
7 years ago

crawler.calmara

nodejs-based crawler for calmara.com

  • downloads images from updates and previews page
  • skips aleady downloaded files
  • output files are named by their MD5

Usage

var param = {
    dir : './download'
};

var crawler = new(require('crawler.calmara'))(param);

crawler.download();

Feedback

Comments and patches welcomed

Enrico Weigelt, metux IT consult enrico.weigelt@gr13.net

Notes

Needs node-libcurl, as the site returns duplicate Content-Length headers, which nodejs' built-in http code can't handle.