diff options
Diffstat (limited to 'lib/videos.js')
-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) { |