@micmac/youtube
Advanced tools
Comparing version 2.9.8 to 3.0.0
@@ -91,2 +91,3 @@ // fonction searchVideos retourne les 10 dernières videos de la chaine beerus | ||
}).then (function (response) { | ||
let descriptions = splitTxt(response.data.items[0].snippet.description); | ||
videoFullInfos.video.push ({ | ||
@@ -96,3 +97,4 @@ id: p.id.videoId, | ||
date: moment (response.data.items[0].snippet.publishedAt).format ('LL'), | ||
description: response.data.items[0].snippet.description, | ||
description1: response.data.items[0].snippet.description, | ||
description2: descriptions.chaine1, | ||
thumbnail: response.data.items[0].snippet.thumbnails.standard.url, | ||
@@ -99,0 +101,0 @@ tags: response.data.items[0].snippet.tags, |
{ | ||
"name": "@micmac/youtube", | ||
"version": "2.9.8", | ||
"version": "3.0.0", | ||
"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
11392
268