🎬 Video Proxy API

Simple video streaming proxy with browser-like headers

📡 API Endpoint

Loading...

💡 How to Use

Step 1: Replace VIDEO_URL with your video link

Step 2: Use the proxy URL in yt-dlp or any video player

Step 3: Video downloads with proper headers automatically!

🤖 Bot Integration (Python)

url = "https://kgs-v2.akamaized.net/.../video.m3u8"
proxy_url = f"YOUR_DOMAIN/proxy?url={url}"

# Use with yt-dlp
cmd = f'yt-dlp "{proxy_url}" -o "video.mp4"'
os.system(cmd)