🎬 Video Embed Service

A Cloudflare Worker for embedding video content

📺 Available Endpoints

Movies:

GET /v2/embed/movie/{tmdbId}?autoPlay=true

TV Shows:

GET /v2/embed/tv/{tmdbId}/{season}/{episode}?autoPlay=true

🔗 Example URLs:

For Movie (TMDB ID 331482 - The Batman):
/v2/embed/movie/331482?autoPlay=true
For TV Show (TMDB ID 71912, Season 1, Episode 1):
/v2/embed/tv/71912/1/1?autoPlay=true
ℹ️ Note: This service proxies requests to an external video source. You need valid TMDB IDs. Find them on The Movie Database (TMDB).

Parameters:
autoPlay=true - Automatically starts playback (optional)