jul11co-webdl
v0.0.20
Published
Jul11Co Web Content Downloader
Downloads
18
Maintainers
Readme
jul11co-webdl
Jul11Co's Web Content Downloader - Download content from websites.
Supports
- HTML + stylesheets + scripts (--web or --html, --scripts, --stylesheets, --images)
- All images (--image)
- Video (--video)
- Archive.org Downloads
- Imgur Gallery
- Instagram Photos
- Listal Photos
- Tumblr Photos
- Flickr Photos
- Youtube Videos
- VOZ Thread Images
- Tiin.vn Tin Ảnh (Listed in (http://tiin.vn/tin-anh.html)[http://tiin.vn/tin-anh.html])
- 24h.com.vn's Album
Installation
From npm
npm install -g jul11co-webdl
Usage
Commandline
webdl <COMMAND> [OPTIONS...]
Download page to local directory (
download
can be omitted)webdl [download] <page_url> [output_dir]
Add page to download later
webdl add <page_url> [output_dir]
Update local directory
webdl update [output_dir]
Resume downloading
webdl resume [output_dir]
Enable/Disable downloading
webdl enable [output_dir] webdl disable [output_dir]
EXTRA: Download images
webdl download-image <page_url> [output_dir] [SELECTOR]
EXTRA: Download video
webdl download-video <page_url> [output_dir]
API
var webdl = require('jul11co-webdl'); webdl.download('https://www.google.com', './', { download_type: 'html' }, function(err){ if (err) console.log(err); });
License
Licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)