YTLY
Get lyrics and info from a youtube link.
Installation:
npm i ytly
Usage:
const ytly = require('ytly');
// Get song info
const songInfo = await ytly.get.info(url);
// Get song lyrics
const lyrics = await ytly.get.lyrics(url);
Enjoy the package :)