chaosdc/node_modules/@discord-player/extractor
root 934816dd37 first commit 2026-03-09 23:30:47 +01:00
..
dist first commit 2026-03-09 23:30:47 +01:00
LICENSE first commit 2026-03-09 23:30:47 +01:00
README.md first commit 2026-03-09 23:30:47 +01:00
package.json first commit 2026-03-09 23:30:47 +01:00

README.md

Extractors

Extractors for discord-player.

Example

const { SoundCloudExtractor } = require('@discord-player/extractor');
const player = useMainPlayer();

// enables soundcloud extractor
player.extractors.register(SoundCloudExtractor);

Available Extractors

  • Attachment (Remote, Local)
  • Reverbnation
  • SoundCloud
  • Vimeo
  • Spotify
  • Apple Music