🎬 Movie Endpoint
GET /api/movie?tmdbId={movie_id}
Example: /api/movie?tmdbId=1426776
Returns download links for a movie based on its TMDb ID.
📺 TV Show Episode Endpoint
GET /api/tv?tmdbId={show_id}&season={season}&episode={episode}
Example: /api/tv?tmdbId=1399&season=1&episode=1
Returns download links for a specific episode using TMDb ID, season, and episode.
🛠️ How to Get TMDb IDs
Visit TMDb.org and search for the movie or show. The TMDb ID is in the URL.
Example: https://www.themoviedb.org/movie/1426776
→ tmdbId = 1426776