π‘ "Download YouTube Video By telegram Bot " Telegram BOT Codes
π€ Command = /download
⏳ Answer = π¨π» send YouTube Video Url To Download
✅Wait For Answer = On
π· BJs =
function validURL(url) {
var regex = /^((?:https?:)?\/\/)?((?:www|m)\.)?((?:youtube\.com|youtu.be))(\/(?:[\w\-]+\?v=|embed\/|v\/)?)([\w\-]+)(\S+)?$/
return regex.test(url)
}
if (validURL(message)) {
Api.sendVideo({video: "https://coinsky.xp3.biz/api/youtube/download.php?url="+message+"", caption: "*⏳ Video Generated By @HBtechGyan*", parse_mode: "markdown"})
return
}else Bot.sendMessage("*Invalid YouTube Video Url or video Doesn't Exists*")
π¨π»Coded By :- HB tech Gyan
Releted video
Comments
Post a Comment