diff options
author | przemyslawpluta <przemekpluta@hotmail.com> | 2014-09-24 21:47:58 +0100 |
---|---|---|
committer | przemyslawpluta <przemekpluta@hotmail.com> | 2014-09-24 21:47:58 +0100 |
commit | 0b2917b0b9297ce4396c338c85f9a6866e60b16e (patch) | |
tree | 8f76b886802e90d154611d4aa90b7a98fda13c16 | |
parent | e951065d894ebda590f2e636b3ee40b365de4266 (diff) | |
download | mongo-edu-0b2917b0b9297ce4396c338c85f9a6866e60b16e.zip |
update
-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) { |