better-youtube-api
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -387,7 +387,14 @@ /** | ||
/** | ||
* Gets every video in the playlist and assigns them to the `videos` property of it. | ||
* Adds every video in this playlist to the `videos` property of this playlist. | ||
* @param maxResults Maximum number of videos to fetch. | ||
*/ | ||
public getVideos(): Promise<Video[]> | ||
public fetchVideos (maxResults?: number): Promise<Video[]> | ||
/** | ||
* Deprecated, use Playlist#fetchVideos instead. | ||
* @param maxResults Maximum number of videos to fetch. | ||
*/ | ||
public getVideos (maxResults?: number): Promise<Video[]> | ||
/** | ||
* Fetches this playlist and reassigns this object to the new playlist object. | ||
@@ -394,0 +401,0 @@ * Only useful if `this.full` is false, or if you want updated playlist info. |
{ | ||
"name": "better-youtube-api", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A very easy to use promise-based Youtube Data v3 API.", | ||
@@ -5,0 +5,0 @@ "main": "out/index.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
78440
2274