From 7d987bb5b0a0d0fb6c399c97978ea6ba215594aa Mon Sep 17 00:00:00 2001 From: "C++, JS, TS, Python Developer" <65385476+killer069@users.noreply.github.com> Date: Sun, 22 Aug 2021 18:49:25 +0530 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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.