UNPKG

yt-getvideos

Version:

Simple functions to get video information, list videos from a channel and search.

6 lines (5 loc) 173 B
module.exports = { channelVideos: require("./modules/channelVideos.js"), search: require("./modules/search.js"), videoInfo: require("./modules/videoInfo.js"), };