
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
jericho-player
Advanced tools
LightWeight Framework for discord.js v13 Music Bots and Radio Bots with fast moderation with commands and no memory leak mode
LightWeight Framework for discord.js v13 Music Bots and Radio Bots with fast moderation with commands and no memory leak mode.
$ npm install --save jericho-player
$ npm install --save @discordjs/opus
OR
$ npm install --save opusscript
$ 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, SoundCloud and Arbitary Links 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 by using youtube-dl
. The Npm Package Link is available here. And You can install Custom Extractor by npm i --save video-extractor
These bots are made by the community, they can help you build your own!
[ Updated ]
Fairy Tale - Jericho Player by SidisLiveYTconst 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
},
});
const player = new Player(client, {
ExtractorStreamOptions: {
UserAgents: [user-agent], //User-Agents from browser to avoid 429 Errors in 'playdl-music-extractor'
},
});
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 5 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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.