@micmac/youtube
Advanced tools
Comparing version 1.2.23 to 1.2.24
@@ -27,6 +27,5 @@ // fonction searchVideos retourne les 10 dernières videos de la chaine beerus | ||
response.data.items.forEach(function(p,n) { | ||
var options = {weekday: "long", year: "numeric", month: "long", day: "numeric"}; | ||
this.alexVideos[n]={'urlThumbnails': p.snippet.thumbnails.high.url, | ||
'idVideo': p.id.videoId, | ||
'descritpion': p.snippet.description, | ||
'description': p.snippet.description, | ||
'date': moment(p.snippet.publishedAt).format('LL'), | ||
@@ -33,0 +32,0 @@ 'title': p.snippet.title}; |
{ | ||
"name": "@micmac/youtube", | ||
"version": "1.2.23", | ||
"version": "1.2.24", | ||
"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
1839
43