Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 981 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 981 Bytes

WebHubBot-downloader

Download videos from urls that stored on mongodb.You can store data to mongodb by xiyouMc's WebHubBot. And then download video by this project.
progress
downloads

Usage

  1. make sure that mongodb is running.
  2. clone this project.
  3. go to the directory on the terminal.
  4. run nmp install
  5. run npm start
  6. waiting and then enjoy!(videos will be downloaded on the downloads/ folder)

note: This is a node.js project, so you have to install node.js� on your operating system before you run above commands.

Config

You can edit src/config.js to change settings.
NUM: how many videos do you want to download? defaults to 100.
DOWNLOAD_DIR: the folder to save videos. defaults to 'downloads/'.

Download speed

  1. the speed depends on your network.
  2. chinese people maybe need to setup a VPN network.