diff options
-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 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) { |