34 lines
1.1 KiB
Markdown
34 lines
1.1 KiB
Markdown
# Play-dl
|
|
A **light-weight** youtube, soundcloud, spotify, deezer downloader and searcher.
|
|
|
|
- searches by video, playlist, channel
|
|
- obtains audio playback url
|
|
|
|
# Why play-dl ?
|
|
|
|
[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.
|
|
|
|
[](https://discord.gg/8H3xWcv3D7)
|
|
|
|
## Support
|
|
|
|
You can contact us for support on our [chat server](https://discord.gg/8H3xWcv3D7)
|
|
|
|
### Installation
|
|
|
|
```bash
|
|
npm install play-dl@latest
|
|
```
|
|
|
|
### Importing
|
|
|
|
```ts
|
|
import play from 'play-dl' // ES-6 import or TS import
|
|
|
|
const play = require('play-dl') //JS importing
|
|
```
|
|
|
|
### [Documentation](https://play-dl.github.io/modules.html)
|
|
### [Examples](./examples)
|
|
### [Instructions](./instructions)
|