A DisTube info extractor plugin for supporting Apple Music.
What is an info extractor plugin?
npm install distube-apple-music@latest
import { DisTube } from "distube";
import { AppleMusicPlugin } from "distube-apple-music";
const distube = new DisTube(client, {
plugins: [new AppleMusicPlugin()],
});
This package utilizes certain components of @discord-player/extractor and has been modified to work with DisTube.
Special thanks to the original authors for their excellent work.