Skip to content

Latest commit

 

History

History
executable file
·
80 lines (61 loc) · 1.68 KB

README.md

File metadata and controls

executable file
·
80 lines (61 loc) · 1.68 KB

imoocDownloader

Build Status

###简介

imoocDownloader 用来爬取慕课网上指定课程id视频

###安装

git clone https://github.com/webbought/imoocDownloader.git

cd imoocDownloader 

npm install

###Usage

'use strict'

module.exports = {
    videoDir : './video',
    targets : [552,556,21,441,11]
}

#####配置好config文件,执行 node index.js即可。

###指令模式

node index.js <command> <arguments>
  • command * --search 查找 后面必须有所要查找的关键词参数
    • arguments {String} search word * --list 课程列表 后面必须有所要查看的课程ID
    • arguments {Number} course id * --download 下载 后面必须有所要下载的课程ID
    • arguments {Number} course id

####example

node index.js --search mongodb

search

node index.js --list 578

list

node index.js --download 578

download

课程目录

course

章节目录

chapter

视频目录

video