summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorprzemyslawpluta <przemekpluta@hotmail.com>2014-09-25 22:04:04 +0100
committerprzemyslawpluta <przemekpluta@hotmail.com>2014-09-25 22:04:04 +0100
commit4662c967a3001909f603dec9724b45d1a766ee61 (patch)
tree056af8f931a86de89f41c4145c03f832a7d8fd5c /README.md
parent0b2917b0b9297ce4396c338c85f9a6866e60b16e (diff)
downloadmongo-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.md29
1 files changed, 17 insertions, 12 deletions
diff --git a/README.md b/README.md
index 69c69c8..1fe7d14 100644
--- a/README.md
+++ b/README.md
@@ -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)