Security News
Research
Supply Chain Attack on Rspack npm Packages Injects Cryptojacking Malware
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
jericho-player
Advanced tools
LightWeight Framework for discord.js v13 Music Bots and Radio Bots with fast moderation with commands and no memory leak
LightWeight Framework for discord.js v13 Music Bots and Radio Bots with fast moderation with commands and no memory leak.
$ npm install --save jericho-player
$ npm install --save @discordjs/opus
$ npm install --save @discordjs/voice
Official FFMPEG Website: https://www.ffmpeg.org/download.html
Node Module (FFMPEG): https://npmjs.com/package/ffmpeg-static
Avconv: https://libav.org/download
By default, jericho-player supports YouTube, Spotify, facebook and SoundCloud streams only.
Jericho Player got some Custom Extractors that enables you to use and fast Extraction. Some packages have been made by the Sid is Live YT to add new features using this Extractors.
Optional package that adds support for vimeo
, reverbnation
, facebook
.
You just need to install it using npm i --save playdl-music-extractor
(jericho-player will automatically detect and use it).
video-extractor
is an optional package that brings support for +700 websites. The documentation is available here.
These bots are made by the community, they can help you build your own!
const player = new Player(client, {
ExtractorStreamOptions: {
Cookies: //Youtube Cookies String Value
}
});
// Remove "user:pass@" if you don't need to authenticate to your proxy.
const proxy = "http://user:pass@111.111.111.111:8080";
const player = new Player(client, {
ExtractorStreamOptions: {
Proxy: [proxy] //Proxy Value from Array
}
});
FAQs
LightWeight Framework for discord.js v14 Music Bots and Radio Bots with fast moderation with commands and no memory leak mode
The npm package jericho-player receives a total of 3 weekly downloads. As such, jericho-player popularity was classified as not popular.
We found that jericho-player demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.
Security News
Sonar’s acquisition of Tidelift highlights a growing industry shift toward sustainable open source funding, addressing maintainer burnout and critical software dependencies.