UNPKG

@hunghg255/yt-dlp

Version:

yt-dlp plugin for DisTube.js.org

4 lines (2 loc) 162 B
const { YTDLP_DISABLE_DOWNLOAD, download } = require(".."); if (!YTDLP_DISABLE_DOWNLOAD) download().then(v => console.log(`[yt-dlp] Downloaded ${v} version!`));