youtubei.js
Advanced tools
Comparing version 1.4.2-d.2 to 1.4.2-d.3
@@ -599,3 +599,3 @@ 'use strict'; | ||
* music: { getVideos: Promise.<Array>; }; gaming: { getVideos: Promise.<Array>; }; | ||
* gaming: { getVideos: Promise.<Array>; }; }>} | ||
* movies: { getVideos: Promise.<Array>; } }>} | ||
*/ | ||
@@ -602,0 +602,0 @@ async getTrending() { |
{ | ||
"name": "youtubei.js", | ||
"version": "1.4.2-d.2", | ||
"version": "1.4.2-d.3", | ||
"description": "A full-featured library that allows you to get detailed info about any video, subscribe, unsubscribe, like, dislike, comment, search, download videos/music and much more!", | ||
@@ -46,5 +46,5 @@ "main": "index.js", | ||
"youtube", | ||
"youtube-downloader", | ||
"youtube-dl", | ||
"youtubedl", | ||
"youtube-downloader", | ||
"innertube", | ||
@@ -55,5 +55,7 @@ "innertubeapi", | ||
"livechat", | ||
"ytmusic", | ||
"dislike", | ||
"search", | ||
"comment", | ||
"music", | ||
"like", | ||
@@ -60,0 +62,0 @@ "api", |
@@ -446,3 +446,3 @@ export = Innertube; | ||
* music: { getVideos: Promise.<Array>; }; gaming: { getVideos: Promise.<Array>; }; | ||
* gaming: { getVideos: Promise.<Array>; }; }>} | ||
* movies: { getVideos: Promise.<Array>; } }>} | ||
*/ | ||
@@ -462,3 +462,3 @@ getTrending(): Promise<{ | ||
}; | ||
gaming: { | ||
movies: { | ||
getVideos: Promise<any[]>; | ||
@@ -465,0 +465,0 @@ }; |
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
299515