@micmac/youtube
Advanced tools
Comparing version 1.2.24 to 1.2.25
@@ -29,3 +29,4 @@ // fonction searchVideos retourne les 10 dernières videos de la chaine beerus | ||
'idVideo': p.id.videoId, | ||
'description': p.snippet.description, | ||
'description': p.snippet.description.slice(0,50), | ||
'description2': p.snippet.description.slice(50), | ||
'date': moment(p.snippet.publishedAt).format('LL'), | ||
@@ -32,0 +33,0 @@ 'title': p.snippet.title}; |
{ | ||
"name": "@micmac/youtube", | ||
"version": "1.2.24", | ||
"version": "1.2.25", | ||
"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
1924
44