@micmac/youtube
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -108,3 +108,3 @@ // fonction searchVideos retourne les 10 dernières videos de la chaine beerus | ||
function splitTxt(_chaine) { | ||
let lgTxt = _chaine.length(); | ||
let lgTxt = _chaine.length; | ||
let chaine1 = _chaine.slice(0,Math.max(Math.floor(lgTxt/2),200)); | ||
@@ -111,0 +111,0 @@ let chaine2 = _chaine.slice(Math.max(Math.floor(lgTxt/2),200)); |
{ | ||
"name": "@micmac/youtube", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"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
4425