๐ก "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