Awesome
Youtube-Lyrics-Finder
a Simple library to Search Lyrics from Youtube Videos
npm install @fdciabdul/yt-lirik
or
yarn add @fdciabdul/yt-lirik
Test
const yt = require('yt-lirik');
(async() =>{
const tes = await yt.getLyrics("https://www.youtube.com/watch?v=DDWKuo3gXMQ");
console.log(tes)
})()
Author
Abdul Muttaqin