LakhindarPal / distube-apple-music

A DisTube info extractor plugin for supporting Apple Music.
MIT License
1 stars 0 forks source link

NPM

NPM peer Dependency Version NPM Downloads GitHub Repo stars

distube-apple-music

A DisTube info extractor plugin for supporting Apple Music.

What is an info extractor plugin?

Installation

npm install distube-apple-music@latest

Usage

import { DisTube } from "distube";
import { AppleMusicPlugin } from "distube-apple-music";

const distube = new DisTube(client, {
  plugins: [new AppleMusicPlugin()],
});

Acknowledgements

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.