diff options
author | przemyslawpluta <przemekpluta@hotmail.com> | 2014-09-25 22:04:04 +0100 |
---|---|---|
committer | przemyslawpluta <przemekpluta@hotmail.com> | 2014-09-25 22:04:04 +0100 |
commit | 4662c967a3001909f603dec9724b45d1a766ee61 (patch) | |
tree | 056af8f931a86de89f41c4145c03f832a7d8fd5c /README.md | |
parent | 0b2917b0b9297ce4396c338c85f9a6866e60b16e (diff) | |
download | mongo-edu-4662c967a3001909f603dec9724b45d1a766ee61.zip |
update
add proxy support
add debug info print through `--verbose` flag
version bump
cleanup
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 29 |
1 files changed, 17 insertions, 12 deletions
@@ -28,21 +28,26 @@ or see [detailed installation guide](https://github.com/przemyslawpluta/mongo-ed $ mongo-edu --help Options: - -d download path [required] - -u email address - --py pass switch to point to Python - --ncc no check certificate for py3.x < py3.4.x + -d download path [required] + -u email address + --py pass switch to point to Python + --ncc no check certificate for py3.x < py3.4.x + --proxy pass proxy switch 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 courseware - --cc get closed captions - --hq get high quality 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 courseware + --cc get closed captions + --hq get high quality videos Handouts: - -h switch from videos (default) to handouts - --uz unzip handout files + -h switch from videos (default) to handouts + --uz unzip handout files + +Debug: + --verbose print debug info + ``` ## Select and download @@ -51,7 +56,7 @@ Handouts: 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. 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 ). +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 ). Pass `--proxy` value to download videos through specified tunnled proxy. ![screenshot](https://raw.github.com/przemyslawpluta/mongo-edu/gh-pages/images/edu-videos.gif) |