0.0.20 • Published 8 years ago

jul11co-webdl v0.0.20

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
8 years ago

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)

0.0.20

8 years ago

0.0.19

8 years ago

0.0.18

9 years ago

0.0.17

9 years ago

0.0.16

9 years ago

0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago