Socket
Book a DemoInstallSign in
Socket

discord-player-applemusic

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discord-player-applemusic

A Apple Music extractor for discord-player

1.0.2
latest
Source
npmnpm
Version published
Weekly downloads
25
-7.41%
Maintainers
1
Weekly downloads
 
Created
Source

Apple Music Extractor (metadata only)

This is a reworked applemusic extractor inspired from the original one at @discord-player/extractors.

Installation

npm install discord-player-applemusic

Usage

const { Player } = require("discord-player");

const { AppleMusicExtractor } = require("discord-player-applemusic");
// Or
import { AppleMusicExtractor } from "discord-player-applemusic";

const player = new Player(client, {});

await player.extractors.register(AppleMusicExtractor, { /* options */ });

Supported features

FeatureSupported
Single tracks
Playlists
Search
Direct streaming
Can be used as a bridge
Can bridge to ...
Autoplay

Options

OptionTypeDefaultRequiredDescription
createStream(ext: AppleMusicExtractor, url: string) => Promise<Readable | string>;functionnullNoA function that returns a Readable stream or a string URL to the stream.

Keywords

discord

FAQs

Package last updated on 05 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.