readme
This commit is contained in:
parent
5573d5dfd9
commit
fbf4a50884
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -35,6 +35,19 @@ $ npm install --save @discordjs/opus
|
|||
- Custom extractors support 🌌
|
||||
- Lyrics 📃
|
||||
|
||||
# Sources supported
|
||||
> By default, **discord-player** supports `youtube`, `spotify`, `soundcloud`, `vimeo`, `reverbnation`, `facebook` and `attachment links` only.
|
||||
|
||||
**Discord Player** provides **extractor API** that enables you to use your custom stream extractor with it. For example, you can use **youtube-dl** with **discord-player** like this:
|
||||
|
||||
```js
|
||||
const { Downloader } = require("@discord-player/downloader"); // YouTubeDL instance
|
||||
|
||||
player.use("EXAMPLE", Downloader); // now discord-player supports 700+ sites :poggies:
|
||||
```
|
||||
|
||||
or you can build your own :D
|
||||
|
||||
# License
|
||||
MIT License
|
||||
|
||||
|
|
Loading…
Reference in a new issue