System Documentation
This script allows you to obtain direct HLS (.m3u8) manifests for Live streams.
1. Supported Identifiers
- Watch ID: The 11-digit ID in URL (e.g.,
VNzHENanD0g)
- Handle: Channel @username (e.g.,
@polimernews)
- Channel ID: Full YouTube ID starting with UC (e.g.,
UCttspZesZIDEwwpVIgoZtWQ)
2. API Endpoints
Direct Multi-Quality Redirect
GET /<identifier>
Example: /VNzHENanD0g
Server-Side Proxy (Restream)
GET /<identifier>/proxy
Forces all video data to flow through this server.
External Proxy Route
GET /<identifier>/proxy/<encoded_proxy_url>
Uses a custom HTTP proxy to fetch segments.
Standard M3U8 Alias
GET /<identifier>/index.m3u8
GET /<identifier>/proxy/index.m3u8
GET /<identifier>/proxy/<proxy_url>/index.m3u8
? Back to Home