Skip to content

WarceuProject/y2matez

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Y2Matez

Simple unofficial y2mate API

Example

const y2matez = new Y2Matez();

// get video info by query
y2matez.useQuery("taylor swift blank space").getInfo("mp4", "720p")
    .then(console.log)
    .catch(console.error);

// get audio info by url
y2matez.useUrl("https://youtube.com/watch?v=xxxxxcvvvvv").getInfo("mp3", "128kbps")
    .then(console.log)
    .catch(console.error);

About

Simple API to interact with y2mate

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published