diff --git a/README.md b/README.md index 885bce4..210dbc0 100644 --- a/README.md +++ b/README.md @@ -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.