From 92c50752023e4971d5505236ce5def3cffff185b Mon Sep 17 00:00:00 2001 From: killer069 <65385476+killer069@users.noreply.github.com> Date: Fri, 13 Aug 2021 15:00:22 +0530 Subject: [PATCH] ReadMe updated --- node-youtube-dl/YouTube/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-youtube-dl/YouTube/README.md b/node-youtube-dl/YouTube/README.md index 65081cf..4314925 100644 --- a/node-youtube-dl/YouTube/README.md +++ b/node-youtube-dl/YouTube/README.md @@ -40,7 +40,7 @@ await playlist.fetch() // This one fetches all songs from a playlist. #### 3. playlist.page(page_number : `number`) *This gives you no. of videos from a page* > Pages : every 100 songs have been divided into pages. -> So for example: There is 782 songs in a playlist, so there will be 8 pages. +> So for example: There are 782 songs in a playlist, so there will be 8 pages. ```js let playlist = await playlist_info(url) //This only fetches first 100 songs from a playlist