From 4d5a3f0adb69369948423e359525e1303f7b18e2 Mon Sep 17 00:00:00 2001 From: killer069 <65385476+killer069@users.noreply.github.com> Date: Tue, 21 Sep 2021 13:30:42 +0530 Subject: [PATCH] ReadMe Updated --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3352c7..8a5b1b0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,11 @@ [ytdl-core](https://github.com/fent/node-ytdl-core) has some issues with miniget and also stream abort issues. On the other hand, [youtube-dl](https://github.com/ytdl-org/youtube-dl) is a very perfect alternative but it takes time to launch. Hence, play-dl is created to avoid these issues along with providing comparatively faster performance than others. -### Download videos/playlists or search for videos +## Support + +You can contact us for support on our [chat server]() + +## Stream videos/playlists or search for videos This is a **light-weight** youtube downloader and searcher. @@ -23,7 +27,11 @@ import * as play from 'play-dl' // ES-6 import or TS import const play = require('play-dl') //JS importing ``` -**Instructions for Spotify** are [here](https://github.com/play-dl/play-dl/discussions/64) +## Instructions + +- 1.0 release change brings some code changes, make sure to read docs once again. +- [**Spotify**](https://github.com/play-dl/play-dl/discussions/64) +- [**SoundCloud**]() ### Examples