Add ytdl-core to dependencies

This commit is contained in:
Androz2091 2020-11-23 21:16:22 +01:00
parent 06a148dbdf
commit c0a0657e23
2 changed files with 2 additions and 3 deletions

View file

@ -11,11 +11,9 @@ Discord Player is a powerful [Node.js](https://nodejs.org) module that allows yo
## Installation ## Installation
```sh ```sh
npm install --save discord-player ytdl-core npm install --save discord-player
``` ```
YTDL-Core is also required. Don't forget to install it too, like in the example above.
Install **@discordjs/opus**: Install **@discordjs/opus**:
```sh ```sh

View file

@ -37,6 +37,7 @@
"soundcloud-scraper": "^4.0.0", "soundcloud-scraper": "^4.0.0",
"spotify-url-info": "^2.2.0", "spotify-url-info": "^2.2.0",
"youtube-sr": "^2.0.1", "youtube-sr": "^2.0.1",
"ytdl-core": "^4.0.6",
"ytpl": "^1.0.1" "ytpl": "^1.0.1"
}, },
"devDependencies": { "devDependencies": {