summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprzemyslawpluta <przemekpluta@hotmail.com>2015-06-23 13:57:40 +0100
committerprzemyslawpluta <przemekpluta@hotmail.com>2015-06-23 13:57:40 +0100
commit1b96751fb3b9d2fd01fc62483370f6ce58e9dc2c (patch)
treead522b87ede5598e59b6d292bac695d05a61098f
parentcef26a342b2758b36e5b4eeeda7c5ad61531dd56 (diff)
downloadmongo-edu-1b96751fb3b9d2fd01fc62483370f6ce58e9dc2c.zip
update
version bump
-rw-r--r--README.md2
-rw-r--r--lib/initialize.js2
-rw-r--r--package.json12
3 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 4a80d4d..5e5eb30 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ Presets:
### Videos and closed captions
-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.
+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; make sure your [user profile](https://university.mongodb.com/edit_profile) video preferences are set to youtube.
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 ).
diff --git a/lib/initialize.js b/lib/initialize.js
index ae93802..ae94f85 100644
--- a/lib/initialize.js
+++ b/lib/initialize.js
@@ -57,7 +57,7 @@ module.exports = function run(profile, argv) {
return console.log('i'.red + ' Unable to locate any ' + lookFor.toLowerCase() + ' lists in the wiki. Are ' +
lookFor.toLowerCase() + ' list present in the wiki?' +
- ((lookFor === 'Videos') ? ' Try to add ' + '--cw'.green + ' to switch and search on courseware instead.' : ''));
+ ((lookFor === 'Videos') ? '\n\nTry to add ' + '--cw'.green + ' to switch and search on courseware instead; make sure your mongodb user profile video preferences are set to youtube.\n' : ''));
});
});
diff --git a/package.json b/package.json
index 4cc54e3..efd14e8 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "mongo-edu",
"preferGlobal": true,
- "version": "0.2.12",
+ "version": "0.2.13",
"author": "Przemyslaw Pluta <przemyslawplutadev@gmail.com> (http://przemyslawpluta.com)",
"description": "Select and download videos and handouts from university.mongodb.com courses",
"main": "./mongo-edu",
@@ -31,22 +31,22 @@
"license": "MIT",
"dependencies": {
"cheerio": "~0.19.0",
- "colors": "~1.1.0",
+ "colors": "~1.1.2",
"easy-table": "~1.0.0",
"filesize": "~3.1.2",
"glob": "~5.0.10",
"inquirer": "~0.8.5",
"lodash": "~3.9.3",
"mkdirp": "~0.5.1",
- "mv": "~2.0.3",
+ "mv": "~2.1.1",
"path-extra": "~1.0.3",
"progress": "~1.1.8",
- "request": "~2.57.0",
+ "request": "~2.58.0",
"request-progress": "~0.3.1",
- "rimraf": "~2.3.4",
+ "rimraf": "~2.4.0",
"unzip": "~0.1.11",
"which": "~1.1.1",
- "yargs": "~3.10.0",
+ "yargs": "~3.12.0",
"youtube-dl": "~1.10.5"
},
"engines": {