📎 The link templates
TV Show
https://example.com/tv/{tmdb_id}/{season}/{episode}
Example: /tv/1399/1/1 → Game of Thrones S1E1
Anime
https://example.com/anime/{anilist_id}/{episode}
Example: /anime/16498/1 → Attack on Titan Ep1
🔧 How to use it
1 Get the ID
For movies & TV, grab the ID from a TMDB URL — e.g.
themoviedb.org/movie/603 or themoviedb.org/tv/1399.
For anime, grab it from AniList — e.g. anilist.co/anime/16498.
2 Build the URL
Drop the ID into the matching template above. For TV add season + episode. For anime add the episode number (anime numbering is flat — no seasons).
3 Link or embed
Use a simple link or drop it into an iframe to keep users on your site:
<!-- simple link --> <a href="https://example.com/movie/603" target="_blank">Download The Matrix</a> <!-- embedded iframe --> <iframe src="https://example.com/movie/603" width="100%" height="900" frameborder="0"></iframe>
📺 What's on each page
- Full backdrop + poster + title, year, rating, runtime, genres
- Synopsis + cast
- Episode picker for TV & anime
- Download buttons grouped by source — quality badge, file size, mirror name
🌐 Sources
- VegaMovies, Movies4u, MoviesDrive, HDHub4u — movies & TV
- AnimePahe — anime sub + dub direct mirrors