Быстрая загрузка и скачивание файлов до 20ГБ
<?php
$formats = [];
if(isset($_GET['url'])) {
$apiUrl = "https://loader.to/api/extract?url=" . urlencode($_GET['url']) . "&format=mp4,mp3,wav,avi";
$response = file_get_contents($apiUrl);
$data = json_decode($response, true);
$formats = $data['formats'] ?? [];
}
?>
<!DOCTYPE html>
<html>
<head>
<title>YouTube Downloader | Furiebstvo</title>
<style>
body {
background: #1a1a2e;
color: #e6e6ff;
font-family: Arial;