17 lines
450 B
Markdown
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.
|