UNPKG

@justherza/ytdl-me

Version:

Simple API YouTube downloader (not official from en.loader.to)

10 lines (9 loc) 208 B
const _cfg = require("./lib/config") const _valid = require("./lib/valid") const _fetch = require("./lib/fetch") module.exports = { _cfg, _valid, info: _fetch.ytInfo, download: _fetch.downloadMedia }