Update README.md

This commit is contained in:
C++, JS, TS, Python Developer 2021-08-22 18:49:25 +05:30 committed by GitHub
parent 4ddba57cd1
commit 7d987bb5b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1,16 @@
# Node - YouTube - DL
# Play-DL
### Why play-dl ?
[ytdl-core](https://github.com/fent/node-ytdl-core) has some issues with miniget and stream abort issues.
On other hand, youtube-dl is very perfect alternative but it takes time to launch.
So I made this for better performance with no issues [as my testing].
### Installation
```
npm install play-dl@latest
```
## Examples
For examples, go to [examples](https://github.com/play-dl/play-dl/tree/main/examples) folder.