From efa03480c116bfd8b0fbe888a0b61bbeeb4b9d27 Mon Sep 17 00:00:00 2001 From: Killer069 <65385476+killer069@users.noreply.github.com> Date: Mon, 6 Sep 2021 14:05:33 +0530 Subject: [PATCH] Update README.md --- docs/YouTube/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/YouTube/README.md b/docs/YouTube/README.md index 9dce1b7..5360506 100644 --- a/docs/YouTube/README.md +++ b/docs/YouTube/README.md @@ -40,7 +40,7 @@ let id = extractID(url) ## Stream -### stream(url : `string`, options : `StreamOptions`) +### stream(url : `string`, options : [StreamOptions](https://github.com/play-dl/play-dl/tree/main/docs/YouTube#streamoptions)) *This is basic to create a youtube stream from a url or videoID.* @@ -56,7 +56,7 @@ let id = extractID(url) }) // This creates resource for playing ``` -### stream_from_info(info : `infoData`, options : `StreamOptions`) +### stream_from_info(info : `infoData`, options : [StreamOptions](https://github.com/play-dl/play-dl/tree/main/docs/YouTube#streamoptions)) *This is basic to create a youtube stream from a info [ from [video_info](https://github.com/play-dl/play-dl#video_infourl--string) function ].* ```js let info = await video_info("url")