@micmac/youtube
Advanced tools
Comparing version 2.9.5 to 2.9.7
32
main.js
@@ -76,21 +76,4 @@ // fonction searchVideos retourne les 10 dernières videos de la chaine beerus | ||
var videoFullInfos = { | ||
video: [ | ||
{ | ||
id: '', | ||
title: '', | ||
date: '', | ||
description: '', | ||
thumbnail: '', | ||
tags: new Array (), | ||
comment: [ | ||
{ | ||
author: '', | ||
text: '', | ||
date: '', | ||
avatar: '' | ||
} | ||
] | ||
}, | ||
] | ||
} | ||
video: new Array() | ||
}; | ||
var promiseInfo = new Array (); | ||
@@ -116,11 +99,4 @@ var promiseComment = new Array (); | ||
tags: response.data.items[0].snippet.tags, | ||
comments: [ | ||
{ | ||
author: '', | ||
text: '', | ||
avatar: '', | ||
date: '' | ||
}, | ||
] | ||
}); | ||
comments: new Array() | ||
}); | ||
// console.log ('id video : ' + p.id.videoId); | ||
@@ -127,0 +103,0 @@ // console.log ('titre de la video : ' + response.data.items[0].snippet.title); |
{ | ||
"name": "@micmac/youtube", | ||
"version": "2.9.5", | ||
"version": "2.9.7", | ||
"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
11259
266