Skip to main content

"Download YouTube Video By telegram Bot " Telegram BOT Codes

πŸ’‘ "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

Popular posts from this blog

How to create telegram refere and earn bot without knowing coding

🀩How to create telegram refere and earn bot without knowing coding . STEP 1 =  First go to BotFather and create a bot copy the bot toke. ⚠️ If you don't know how to create bot by BotFather Than Whatch this video πŸ‘‡ https://youtu.be/kTqM10ipbsg STEP 2 =  Go to bots.business Click on new bot.  STEP 3 =  Paste your token and install all lab.  STEP 4 =  Paste all Command who gives below.  ⚠️You you have any problems than watch this video πŸ‘‡ πŸ’‘ Command  = /start 🌐 Bjs = let stat = Bot.getProperty(""+user.telegramid+""); if (stat=="ban"){ Bot.sendMessage("*❌You are Banned to Use These Bot*"); }else{ var mode = Bot.getProperty("mode") if(mode == "On"){ Bot.sendMessage("*⚠️Bot Is Currently On Maintainace Mode Come Back Later.*") }else{ var button = [{ title: "✅ check", command: "✅ check" }] Bot.sendInlineKeyboard(   button,   "*Subscribe Our Channels If You Want To Start The Bot And Earn From I...

Telegram bot Corbond image text codes

Telegram bot Corbond image text codes πŸ“š How To Make Carbon Image From Text ?  ♻️ Command = /Carbon πŸ“› Answer = *πŸ“œ Send your  Text For Making Carbon Image.* ✅ Wait For Answer = On 🌐 BJS = Api.sendPhoto({ photo: "https://carbonnowsh.herokuapp.com/?code="+message+"", caption: "*πŸ“ Congrats! Your Carbon Page Is Ready... Carbon by @HB_bot_codes*", parse_mode: "markdown" }) πŸ‘¨‍πŸ’» Coded By :  HB tech Gyan                            Releted video 

"Generate Quots" Telegram BOT Codes

  πŸ’‘ " Generate Quots " Telegram BOT Codes  πŸ€–  Command  = πŸ“– Generate Quots 🏷  BJs  = Api.sendChatAction({   chat_id: chat.chatid,   action: "typing" }) Api.sendChatAction({   chat_id: chat.chatid,   action: "typing" }) HTTP.get({   url: "https://api.quotable.io/random",   success: "/onLoading "}) πŸ€–  Command  =  /onLoading  🏷  BJs  = Api.sendChatAction({   chat_id: chat.chatid,   action: "typing" }) Api.sendChatAction({   chat_id: chat.chatid,   action: "typing" }) var c = JSON.parse(content) var t = c.author  var y = c.content  Api.sendMessage({text:"*Quote:* " + y +"\n\n*Author:* "+t+"",parse_mode: "Markdown"}) πŸ‘¨‍πŸ’»Coded By :-  HB tech Gyan                           Releted video