0.1.0 • Published 1 year ago

distube-apple-music v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.