blob: a4b4f22092581324bf9fff0d2f2597894c89ea51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
mongo-edu
=========
[![NPM](https://nodei.co/npm/mongo-edu.png?compact=true)](https://nodei.co/npm/mongo-edu/)
[![NPM version](https://badge.fury.io/js/mongo-edu.png)](http://badge.fury.io/js/mongo-edu)
[![Dependency Status](https://gemnasium.com/przemyslawpluta/mongo-edu.png)](https://gemnasium.com/przemyslawpluta/mongo-edu)
Select and download videos and handouts from [education.mongodb.com](https://education.mongodb.com) courses
##Prerequisite
```
py 2.7 or 3.x
```
##Installation
```
npm install mongo-edu -g
```
##Usage
```
mongo-edu -d [download path] -u [user name] -h [get handouts] --cc [get closed captions] --ncc [no check certificate]
Options:
-d download path [required]
-u email address
-h switch from videos (default) to handouts
--cc get closed captions
--ncc no check certificate with py3.x
```
## Select and download
### Videos
Download all available videos from lists present in the `wiki` pages for any given week.
![screenshot](https://raw.github.com/przemyslawpluta/mongo-edu/gh-pages/images/me-videos-update.gif)
### Handouts
`-h` Download all available handouts present in the `syllabus` pages for any given week.
![screenshot](https://raw.github.com/przemyslawpluta/mongo-edu/gh-pages/images/me-handouts-update.gif)
##License
MIT
|