Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.
/ yt-audio-link Public archive

Fetches the link of the audio based on the search string from youtube.

Notifications You must be signed in to change notification settings

sudo-nick16/yt-audio-link

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What it does?

Fetches the link of the audio based on the search string from youtube.

Installation:

npm install yt-audio-link --save

Then...

const ytml = require("yt-audio-link");

const anyFunction = async () => {
    const audioLink = await ytml("never gonna give you up");
    console.log(audioLink);
} 

About

Fetches the link of the audio based on the search string from youtube.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published