php kodları ;
if(isset($_POST['url'])){
$videoURL = explode('v=',$_POST['url']);
$option = isset($_POST['format']) ? $_POST['format'] : false;
if($option) {
$format = htmlentities($_POST['format'], ENT_QUOTES, "UTF-8");
} else {
echo "Dosya türünü seçiniz.";
}
header('Location:https://youtubemp3api.com/@api/button/videos/'.$videoURL[1].'');
}
?>