summaryrefslogtreecommitdiff
path: root/lib/videos.js
diff options
context:
space:
mode:
authorprzemyslawpluta <przemekpluta@hotmail.com>2014-09-27 23:14:36 +0100
committerprzemyslawpluta <przemekpluta@hotmail.com>2014-09-27 23:14:36 +0100
commit9945c1051913e889bed8503dad04d5c8b1249cbd (patch)
tree875f3ff813d9373451bc07de981e26f52b26542a /lib/videos.js
parentaf85ef512625fdc0c4709c1bcbbca12dfbc6e606 (diff)
downloadmongo-edu-9945c1051913e889bed8503dad04d5c8b1249cbd.zip
cleanup
Diffstat (limited to 'lib/videos.js')
-rw-r--r--lib/videos.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/videos.js b/lib/videos.js
index bf8973e..c5d4806 100644
--- a/lib/videos.js
+++ b/lib/videos.js
@@ -328,6 +328,9 @@ module.exports = {
},
checkProxyDownload: function checkProxyDownload(argv) {
+
+ 'use strict';
+
setOptions(argv);
var video = 'https://youtu.be/nm20j_x9Ol8', opt = { all: undefined, cancel: undefined };
if (typeof argv.test === 'string') { video = argv.test; }