play-dl-fix/README.md
C++, JS, TS, Python Developer 7d987bb5b0
Update README.md
2021-08-22 18:49:25 +05:30

17 lines
450 B
Markdown

# 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.