From 078d63c0d77c62063b23a8ead99c2b62f28138ad Mon Sep 17 00:00:00 2001 From: Killer069 <65385476+killer069@users.noreply.github.com> Date: Sat, 28 Aug 2021 12:43:12 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6f957c..b2bebc3 100644 --- a/README.md +++ b/README.md @@ -80,12 +80,16 @@ const video = await video_info(url) # Playlist -### playlist_info(url : `string`) +### playlist_info(url : `string`, parseIncomplete : `boolean`) *This fetches all details about a playlist.* +**parseIncomplete** is optional parameter if you want to parse playlist with hidden videos in them. ```js const playlist = await playlist_info(url) //This only fetches first 100 videos from a playlist + +const playlist = await playlist_info(url, true) +//This only fetches first 100 videos from a playlist and also parses playlist with hidden videos ``` - #### fetch() `method`