###简介
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
node index.js --list 578
node index.js --download 578
课程目录
章节目录
视频目录