From 0b2917b0b9297ce4396c338c85f9a6866e60b16e Mon Sep 17 00:00:00 2001 From: przemyslawpluta Date: Wed, 24 Sep 2014 21:47:58 +0100 Subject: update --- lib/videos.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/videos.js b/lib/videos.js index d8c9062..17a9a41 100644 --- a/lib/videos.js +++ b/lib/videos.js @@ -60,7 +60,7 @@ var handleList = function handleList(list, tags) { quality = (!hq) ? '18' : '22', opt = (!ncc) ? ['--max-quality=' + quality] : ['--max-quality=' + quality, '--no-check-certificate'], i, count; - if (cc) { opt = opt.concat(['--write-sub', '--srt-lang=en']); } + if (cc) { opt = opt.concat(['--write-sub', '--srt-lang=en']); } var getHandouts = function getHandouts(item) { -- cgit v1.2.3