Skip to content

Commit

Permalink
docs: update showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
twlite authored Nov 10, 2024
1 parent dcda648 commit 4c86888
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/website/src/data/showcase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@ export const ShowcaseResource: IShowcase = {
].sort((a, b) => semver.rcompare(a.version, b.version))
),
extractors: PromotedList.extractors.concat([
{
name: 'discord-player-youtubei',
description: 'An alternative unofficial youtube extractor for discord-player with better stability and performance.',
url: 'https://github.com/retrouser955/discord-player-youtubei'
},
{
name: 'discord-player-deezer',
description: 'An official extractor for discord-player to add support for deezer source.',
Expand Down

0 comments on commit 4c86888

Please sign in to comment.