تیکه کد اینستا دانلودر
else if(preg_match("/^[\/\#\!]?(post) (.*)$/i", $text)){
preg_match("/^[\/\#\!]?(post) (.*)$/i", $text, $m);
$query = $m[2];
$url = json_decode(file_get_contents("https://setindata.ir/API/instagram.php?type=post&url=$query"),true);
$instagram = $url["Results"];
$insta = $instagram[0];
$posturl = $insta['post'];
$posttype = $insta['type'];
$caption = $insta['caption'];
if($posttype == "mp4"){
bot('sendvideo',[
'chat_id'=>$chat_id,
'video'=>$posturl,
'caption'=>"فایل مورد نظر دانلود شد
کپشن:$caption
@iCodeTM",
'reply_to_message_id'=>$message_id,
]);
} elseif($posttype == "jpg"){
bot('sendphoto',[
'chat_id' => $chat_id,
'photo'=>$posturl,
'caption' =>"$caption",
'reply_to_message_id'=>$message_id,
]);
}
}
==============
✨متغیر ها رو با سورس خودتون ست کنید
@iCodeTm
@MelikarBoT
else if(preg_match("/^[\/\#\!]?(post) (.*)$/i", $text)){
preg_match("/^[\/\#\!]?(post) (.*)$/i", $text, $m);
$query = $m[2];
$url = json_decode(file_get_contents("https://setindata.ir/API/instagram.php?type=post&url=$query"),true);
$instagram = $url["Results"];
$insta = $instagram[0];
$posturl = $insta['post'];
$posttype = $insta['type'];
$caption = $insta['caption'];
if($posttype == "mp4"){
bot('sendvideo',[
'chat_id'=>$chat_id,
'video'=>$posturl,
'caption'=>"فایل مورد نظر دانلود شد
کپشن:$caption
@iCodeTM",
'reply_to_message_id'=>$message_id,
]);
} elseif($posttype == "jpg"){
bot('sendphoto',[
'chat_id' => $chat_id,
'photo'=>$posturl,
'caption' =>"$caption",
'reply_to_message_id'=>$message_id,
]);
}
}
==============
✨متغیر ها رو با سورس خودتون ست کنید
@iCodeTm
@MelikarBoT