Comparing version 0.2.4 to 0.2.5
{ | ||
"name": "yt-api", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "A light weight, easy, and super fast way of interacting with the YouTube Data API v3.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -30,3 +30,3 @@ const snekfetch = require("snekfetch"); | ||
category: data.snippet.categoryId, | ||
thumbnail: data.snippet.thumbnails.maxres.url, | ||
thumbnail: `https://i.ytimg.com/vi/${data.snippet.resourceId.videoId}/${data.snippet.thumbnails ? "maxres" : "mq" }default.jpg`, | ||
description: data.snippet.description, | ||
@@ -33,0 +33,0 @@ publishDate: data.snippet.publishedAt, |
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
10998