Update README.md

This commit is contained in:
Killer069 2021-09-07 17:09:23 +05:30 committed by GitHub
parent bea0760b3d
commit 66ce8a78f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 :** Here, cookies are required only 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.