@micmac/youtube
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -260,4 +260,4 @@ // fonction searchVideos retourne les 10 dernières videos de la chaine beerus | ||
let lgTxt = _chaine.length; | ||
let chaine1 = _chaine.slice (0, Math.max (Math.floor (lgTxt / 2), 300)); | ||
let chaine2 = _chaine.slice (Math.max (Math.floor (lgTxt / 2), 300)); | ||
let chaine1 = _chaine.slice (0, Math.max (Math.floor (lgTxt / 2), 150)); | ||
let chaine2 = _chaine.slice (Math.max (Math.floor (lgTxt / 2), 150)); | ||
let lastSpacePos = chaine1.lastIndexOf (' '); | ||
@@ -264,0 +264,0 @@ if (lgTxt !== chaine1.length) |
{ | ||
"name": "@micmac/youtube", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "utilisation api youtube data", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
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