summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/videos.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/videos.js b/lib/videos.js
index 56ebbaf..ac43e30 100644
--- a/lib/videos.js
+++ b/lib/videos.js
@@ -17,10 +17,9 @@ var path = require('path'),
unzip = require('unzip'),
rimraf = require('rimraf'),
mv = require('mv'),
- execFile = require('child_process').execFile,
_ = require('lodash');
-var downloadPath = '', downloadList = [], co = false, ncc = false, handout = false, cc = false, uz = false, hq = false, isWin = /^win/.test(process.platform);
+var downloadPath = '', downloadList = [], co = false, ncc = false, handout = false, cc = false, uz = false, hq = false;
function setOptions(argv) {