From f8f541686968e50e01da26351c0711a84070a2f8 Mon Sep 17 00:00:00 2001 From: Killer069 <65385476+killer069@users.noreply.github.com> Date: Fri, 3 Sep 2021 18:20:38 +0530 Subject: [PATCH] Update README.md --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index e1ddba9..27bba6f 100644 --- a/README.md +++ b/README.md @@ -55,12 +55,9 @@ if(validate(url) || validate_playlist(url)) // This will check both and if anyon ### stream(url : `string`, cookie? : `string`) *This is basic to create a youtube stream from a url.* -<<<<<<< HEAD -**Cookies are optional and are required for playing age restricted videos.** -======= **[Cookies](https://github.com/play-dl/play-dl/discussions/34) are optional and are required for playing age restricted videos.** ->>>>>>> 4487ef38a991af12fb1660bc7ffe3cf7418433ca + ```js let source = await stream("url") // This will create a stream Class which contains type and stream to be played. let resource = createAudioResource(source.stream, { @@ -102,7 +99,6 @@ console.log(results[0].url); ### video_basic_info(url : `string`, cookie? : `string`) *The basic video details `play-dl` fetches at first.* -**Cookies are optional and are required for playing age restricted videos.** **[Cookies](https://github.com/play-dl/play-dl/discussions/34) are optional and are required for playing age restricted videos.** @@ -111,7 +107,6 @@ const video = await video_basic_info(url) ``` ### video_info(url : `string`, cookie? : `string`) *This contains everything with deciphered formats along with `video_details`.* -**Cookies are optional and are required for playing age restricted videos.** **[Cookies](https://github.com/play-dl/play-dl/discussions/34) are optional and are required for playing age restricted videos.**