youtube-api
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "youtube-api", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A Node.JS module, which provides an object oriented wrapper for the Youtube v3 API.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -99,3 +99,3 @@ | ||
, media: { | ||
body: fs.createReadStream("index.mpeg") | ||
body: fs.createReadStream("video.mp4") | ||
} | ||
@@ -102,0 +102,0 @@ }, (err, data) => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14724