jul11co-webdl

0.0.20 • Public • Published

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)

Package Sidebar

Install

npm i jul11co-webdl

Weekly Downloads

13

Version

0.0.20

License

Apache-2.0

Unpacked Size

140 kB

Total Files

30

Last publish

Collaborators

  • jul11co