Skip to content

Instantly share code, notes, and snippets.

const { yts, isUrl, youtube, System } = require('../lib/');
System({
pattern: '1video',
fromMe: true,
desc: 'YouTube video downloader',
type: 'download'
}, async (message, match) => {
match = match || message.reply_message?.text;
if (!match) return await message.reply('_Give a YouTube video *Url* or *Query*_');