ytly
v1.0.9
Published
get lyrics and other info from a youtube url
Downloads
18
Maintainers
Readme
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 :)