diff options
author | przemyslawpluta <przemekpluta@hotmail.com> | 2014-09-27 23:14:36 +0100 |
---|---|---|
committer | przemyslawpluta <przemekpluta@hotmail.com> | 2014-09-27 23:14:36 +0100 |
commit | 9945c1051913e889bed8503dad04d5c8b1249cbd (patch) | |
tree | 875f3ff813d9373451bc07de981e26f52b26542a /lib/videos.js | |
parent | af85ef512625fdc0c4709c1bcbbca12dfbc6e606 (diff) | |
download | mongo-edu-9945c1051913e889bed8503dad04d5c8b1249cbd.zip |
cleanup
Diffstat (limited to 'lib/videos.js')
-rw-r--r-- | lib/videos.js | 3 |
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; } |