NoNamexe / ytdls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YTDL

const ytdls = require('ytdls')
ytdls.ytv('link yt')
.then(res => console.log(res))
.catch(err => console.log(err))

and

const ytdls = require('ytdls')
ytdls.yta('link yt')
.then(res => console.log(res))
.catch(err => console.log(err))

installation

npm install ytdls

About


Languages

Language:JavaScript 56.9%Language:Shell 43.1%