0.0.6 • Published 8 years ago

wget.js v0.0.6

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

wget.js

Node.js wget-like alternative

Command line

Usage: wget.js [options] <url>

Options:
  --np, --no-parent       don't ascend to the parent directory  [boolean] [default: false]
  -r, --recursive         specify recursive download  [boolean] [default: false]
  -P, --directory-prefix  save files to PREFIX/...  [string] [default: ""]
  -M, --process-module    javascript module handling the contents
  --process               javascript function handling the contents (overriden by -M)
  -h, --help              Show help  [boolean]

Examples:
  wget.js http://www.yahoo.com  fetch the site content

Module use

var wget = require('wget.js');
wget("http://www.yahoo.com", {_: [], acceptHref: _ => _, process: _ => _});
0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago