Any Video Downloader
A Simple and Super Fast Video Downloader - Get download links fast and easy.
HOW TO INSTALL?
npm i @hackmesenpai/anyviddl
Require to use AnyVidDL Function.
const { getVidLink } = require('@hackmesenpai/anyviddl');
SIMPLE USAGE
getVidLink()
getVidLink({
link: 'https://youtu.be/HY3lNkHbpS0'
}).then((res)={
console.log(res)
})
let res = await getVidLink({
link: 'https://youtu.be/HY3lNkHbpS0'
})
console.log(res)
Sample Responses
Success Response
{
API_Response: {
status: 'OK',
message: 'Successfully Uploaded to our Server and Converted!',
link: 'https:
}
}
Error Response
{
API_Response: {
status: 'ERROR',
message: 'Please submit a valid video URL'
}
}
{
API_Response: {
status: 'ERROR',
message: "We can't convert this video - try again."
}
}
All Params