From 4662c967a3001909f603dec9724b45d1a766ee61 Mon Sep 17 00:00:00 2001 From: przemyslawpluta Date: Thu, 25 Sep 2014 22:04:04 +0100 Subject: update add proxy support add debug info print through `--verbose` flag version bump cleanup --- README.md | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) (limited to 'README.md') 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) -- cgit v1.2.3