diff options
author | przemyslawpluta <przemekpluta@hotmail.com> | 2014-03-03 09:41:58 +0000 |
---|---|---|
committer | przemyslawpluta <przemekpluta@hotmail.com> | 2014-03-03 09:41:58 +0000 |
commit | 4c47047d66b2bb0d3767deea81270edd4da687d5 (patch) | |
tree | 62374f92d2c40ee18db9d9c3cd730249c5c8a28c /lib | |
parent | 85f79987013cb7db81dd47ddbf9c06906e917c01 (diff) | |
download | mongo-edu-4c47047d66b2bb0d3767deea81270edd4da687d5.zip |
global to local
Diffstat (limited to 'lib')
-rw-r--r-- | lib/videos.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/videos.js b/lib/videos.js index 5eb21d2..eec817c 100644 --- a/lib/videos.js +++ b/lib/videos.js @@ -16,7 +16,7 @@ var downloadPath = '', ncc = false; var handleList = function handleList(list) { var currentList = list, - opt = (!ncc) ? ['--max-quality=18'] : ['--max-quality=18', '--no-check-certificate']; + opt = (!ncc) ? ['--max-quality=18'] : ['--max-quality=18', '--no-check-certificate'], getVideos = function getVideos(item) { |