$id = $_POST['id'];
$veri = file_get_contents("https://www.example.com/process/?url=https://www.youtube.com/watch?v=".$id."&type=json");
<13>preg_match('@{"id":"(.*?)","label":"720p - mp4","size":"x"}@si',$veri,$baslik);
?>
Konu: Php File get contents
$id = $_POST['id'];
$veri = file_get_contents("https://www.example.com/process/?url=https://www.youtube.com/watch?v=".$id."&type=json");
<13>preg_match('@{"id":"(.*?)","label":"720p - mp4","size":"x"}@si',$veri,$baslik);
?>