From 8d30d5dc805cce30c6ae4418f6e6d2b52de162d1 Mon Sep 17 00:00:00 2001 From: Killer069 <65385476+killer069@users.noreply.github.com> Date: Tue, 7 Sep 2021 13:02:59 +0530 Subject: [PATCH] YouTube - docs --- docs/YouTube/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/YouTube/README.md b/docs/YouTube/README.md index 37facff..247c684 100644 --- a/docs/YouTube/README.md +++ b/docs/YouTube/README.md @@ -57,7 +57,7 @@ let id = extractID(url) **[Cookies](https://github.com/play-dl/play-dl/discussions/34) are optional and are required for playing age restricted videos.** -**Note :*** cookies are required for retrying purposes. +**Note :** cookies are required for retrying purposes. ```js let info = await video_info("url") let source = await stream_from_info(info) // This will create a stream Class which contains type and stream to be played.