diff options
author | przemyslawpluta <przemekpluta@hotmail.com> | 2014-06-17 21:47:43 +0100 |
---|---|---|
committer | przemyslawpluta <przemekpluta@hotmail.com> | 2014-06-17 21:47:43 +0100 |
commit | 20a846b7b3266cefc5e3f921440a668e7ec944d2 (patch) | |
tree | 15fb6b619c271e0941c250ab9d8abbc99d0b895e /README.md | |
parent | 41613273d989a75c73c14d8aab1de03482355bde (diff) | |
download | mongo-edu-20a846b7b3266cefc5e3f921440a668e7ec944d2.zip |
add info and cleanup
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -30,14 +30,18 @@ $ mongo-edu --help Options: -d download path [required] -u email address - -h switch from videos (default) to handouts --py pass switch to point to Python + --ncc no check certificate for py3.x < py3.4.x + +Videos: --cw switch from wiki video lists (default) to courseware --cwd same as --cw and dumps list of videos to file in -d - --co sequence video files in order of the course + --co sequence video files in order of the courseware --cc get closed captions --hq get high quality videos - --ncc no check certificate for py3.x < py3.4.x + +Handouts: + -h switch from videos (default) to handouts --uz unzip handout files ``` @@ -47,7 +51,7 @@ Options: Download all available videos from lists present in the `wiki` pages for any given week. If no lists are present in `wiki` add `--cw` to search through the main courseware pages. -Add `--cc` to download closed captions with the videos and `--hq` to get high quality videos. +Add `--cc` to download closed captions with the videos and `--hq` to get high quality videos. Use with `--co` to sequence the video files in order of the wiki ( based on the order of the files present in the wiki lists ) or courseware ( when used with `--cw` preserves the courseware order ). ![screenshot](https://raw.github.com/przemyslawpluta/mongo-edu/gh-pages/images/me-videos.gif) |