Skip to content

Commit

Permalink
removed youtube-dl npm dependency I now use child_process
Browse files Browse the repository at this point in the history
  • Loading branch information
leon3110l committed Apr 26, 2017
1 parent 5075f94 commit 7f6487f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// all the dependencies
var yt = require('googleapis').youtube('v3');
var ytApi = "AIzaSyCb4WEODouAbNve1H0HhqrYfcnh7SGCsf8";
var ytdl = require("youtube-dl");
var fs = require("fs-extra");
var https = require("https");
var request = require("request");
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"fs-extra": "^2.1.2",
"googleapis": "^19.0.0",
"request": "^2.81.0",
"socket.io": "^1.7.3",
"youtube-dl": "^1.11.1"
"socket.io": "^1.7.3"
}
}

0 comments on commit 7f6487f

Please sign in to comment.