Add video player from 2embed.ru directly into TheMovieDB movie/serie webpage.
< Feedback on TMDB Video Player
https://www.2embed.ru/embed/tmdb/
The site is closed:
https://www.alliance4creativity.com/watch-legally/?site-category=all
Maybe you can use an alternate site ?
Found some idea here:
Il y a 6 mois - 2embed.to down and website doesn't work [REDDIT]
Like:
Smashystream
Tested but fail (i am not dev...)
Or tested and seems working:
Free Movie Streaming API
After:
if(type == "movie"){ player_url= "https://moviesapi.club/movie/"+type+"?id="+api;
after:
if(type == "tv"){ player_url = "https://moviesapi.club/tv/"+api;
Please update new url inside Tampermonkey -> Click on script -> Edit: https://www.2embed.to/embed/tmdb/ to function this script. Hope the author will release the updated script soon. So no need of manual edit of the script then.