View.php is a very basic file that allows you to stream a file from tgua.dev using the file get parameter, but it also has other uses. It's coded to be able to stream from vidsrc and vidlink(Movie, TV, and Anime) internally.
Below are examples of how to use various platforms:
native:
https://tgua.dev/view.php?file={videofile}
———
vidsrc:
https://tgua.dev/view.php?vidsrc&imdb={IMDB ID}
OR
https://tgua.dev/view.php?vidsrc&tmdb={TMDB ID}
———
vidlink:
https://tgua.dev/view.php?vidlink-movie&tmdb={TMDB ID}
OR
https://tgua.dev/view.php?vidlink-tv&tmdb={TMDB ID}&s={SEASON}&e={EPISODE}
OR
https://tgua.dev/view.php?vidlink-an&mal={My Anime List ID}&n={EPISODE/PART NUMBER}&sd={str, "sub", "dub"}
|