ytdl-core
Advanced tools
Comparing version 4.11.4 to 4.11.5
@@ -59,3 +59,3 @@ const querystring = require('querystring'); | ||
let functionName = utils.between(body, `&&(b=a.get("n"))&&(b=`, `(b)`); | ||
if (functionName.includes('[')) functionName = utils.between(body, `${functionName.split('[')[0]}=[`, `]`); | ||
if (functionName.includes('[')) functionName = utils.between(body, `var ${functionName.split('[')[0]}=[`, `]`); | ||
if (functionName && functionName.length) { | ||
@@ -62,0 +62,0 @@ const functionStart = `${functionName}=function(a)`; |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "4.11.4", | ||
"version": "4.11.5", | ||
"repository": { | ||
@@ -12,0 +12,0 @@ "type": "git", |
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
100190