Package Exports
- @discord-player/extractor
- @discord-player/extractor/dist/index.js
- @discord-player/extractor/dist/index.mjs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@discord-player/extractor) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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