0.0.20 • Published 6 years ago

jul11co-webdl v0.0.20

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
6 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

6 years ago

0.0.19

6 years ago

0.0.18

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

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