UNPKG

discordjs-ytdl

Version:

Great module for youtube video downloader for Discord Bots

9 lines (8 loc) 177 B
function endpoint(localhost, http) { if (localhost === true){ return; } if (http !== true) return; return 'watch?v=' } module.exports = endpoint