Pretty Code + Music property added in YouTube Video

This commit is contained in:
killer069
2022-01-03 15:59:32 +05:30
parent 433ec4976b
commit ffbe882037
9 changed files with 78 additions and 39 deletions

View File

@@ -218,10 +218,10 @@ export class YouTubePlayList {
}
/**
* Fetches all the videos in the playlist and returns them
*
*
* ```ts
* const playlist = await play.playlist_info('playlist url')
*
*
* const videos = await playlist.all_videos()
* ```
* @returns An array of {@link YouTubeVideo} objects