Androz2091 / discord-player

🎧 Complete framework to simplify the implementation of music commands using discord.js v14
https://discord-player.js.org/
MIT License
589 stars 192 forks source link

Deezer Extractor #1852

Closed 0lom closed 10 months ago

0lom commented 10 months ago

i suggest adding a built in Deezer Extractor, because discord-player-deezer isn't stable + it will be easier

twlite commented 10 months ago

cc @retrouser955

retrouser955 commented 10 months ago

I disagree with this statement. Discord Player provide an extractor API for the community to add its own extractors. Furthermore, discord-player-deezer is stable. This issue is caused by an interference with discord-player's default attachment extractor. To solve the issue, update discord-player to latest by using npm install discord-player@latest @discord-player/extractor@latest or yarn add discord-player@latest @discord-player/extractor@latest

twlite commented 10 months ago

Instead of introducing yet another extractor in this repository, we have decided to continue developing @retrouser955's deezer extractor in our official github organization of this community. This ensures that deezer extractor will be stable and up-to-date with discord-player api.