
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
youtube-to-mp3-poji
Advanced tools
A Simple Module To Convert Youtube Video to Mp3
Use the package manager npm to install module.
npm install youtube-to-mp3-poji
const poji_ytmp3 = require('youtube-to-mp3-poji');
async function StartYTMP3() {
  try {
    const data = await poji_ytmp3('https://youtu.be/W8DCWI_Gc9c?si=GCkTh2IlLwgeDcFw'); // link youtube
    console.log(data);
  } catch (error) {
    console.error("Error occurred:", error.message);
  }
}
StartYTMP3();
{
  Developer: 'Fauzie Este',
  Tools: 'Youtube to MP3',
  data: {
    link: 'https://mgamma.123tokyo.xyz/get.php/6/43/W8DCWI_Gc9c.mp3?cid=MmEwMTo0Zjg6YzAxMDo5ZmE2OjoxfE5BfERF&h=85djXJtDzISkA00Edspbqg&s=1709716727&n=%E6%98%A5%E6%97%A5%E5%BD%B1%EF%BC%88%E3%82%A2%E3%83%8B%E3%83%A1%E3%80%8CBanG%20Dream_%20It%27s%20MyGO_____%E3%80%8D%237%20%E6%8C%BF%E5%85%A5%E6%AD%8C%EF%BC%89',
    title: "春日影(アニメ「BanG Dream! It's MyGO!!!!!」#7 挿入歌)",
    filesize: 4344729,
    progress: 0,
    duration: 259.70938782424,
    status: 'ok',
    msg: 'success'
  }
}
Last Update on : 06 March 2024 by FauzieEste.
FAQs
Youtube to Mp3 Downloader/Scraper
The npm package youtube-to-mp3-poji receives a total of 8 weekly downloads. As such, youtube-to-mp3-poji popularity was classified as not popular.
We found that youtube-to-mp3-poji 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
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.