batch-download

0.0.2 • Public • Published

batch-download

Batch Download

A small library to schedule batch file download with patterns

Installation

npm install batch-download

Usage Example

var bd = require('batch-download');

var options = {
  
    address: 'www.example.com/*.jpg',
    fileName: '*.jpg', 
    from: 1,
    to: 5,
    directory: './data',
    retry: 3,
}

bd(options, function(){})

Tests

npm test

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i batch-download

    Weekly Downloads

    1

    Version

    0.0.2

    License

    ISC

    Last publish

    Collaborators

    • csehao