We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0dffd commit 60ac362Copy full SHA for 60ac362
1 file changed
src/core.js
@@ -7,7 +7,7 @@ module.exports = {
7
},
8
getVideo: function request(videoURL,callback) {
9
info = []
10
- if (!videoURLl) return console.error("No URL Provided");
+ if (!videoURL) return console.error("No URL Provided");
11
if (!_key) return console.warn("API Key is Invalid");
12
13
var _id = videoURL.match(/^.*((youtu.be\/)|(v\/)|(\/u\/\w\/)|(embed\/)|(watch\?))\??v?=?([^#\&\?]*).*/);
0 commit comments