LetMeWatch icon indicating copy to clipboard operation
LetMeWatch copied to clipboard

More movie & tvshow APIs you can add

Open lem6ns opened this issue 2 years ago • 6 comments

Movie APIs:
https://vidsrc.me/embed/imdbId/
https://fsapi.xyz/movie/imdbId
https://curtstream.com/movies/imdb/imdbId
https://moviewp.com/se.php?video_id=imdbId
https://v2.apimdb.net/e/movie/imdbId
https://gomo.to/movie/imdbId
https://vidcloud.stream/imdbId.html
https://getsuperembed.link/?video_id=imdbId (!!! returns url, parse body and embed that)

TV APIs
https://fsapi.xyz/tv-imdb/imdbId-season-episode
https://moviewp.com/se.php?video_id=tmdbId&tmdb=1&s=season&e=episode
https://v2.apimdb.net/e/tmdb/tv/tmdbId/season/episode/
https://databasegdriveplayer.co/player.php?type=series&tmdb=tmdbId&season=season&episode=episode
https://curtstream.com/series/tmdb/tmdbId/season/episode/
https://getsuperembed.link/?video_id=imdbId&season=season&episode=episode (!!! returns url, parse body and embed that)

replace tmbdId, imdbId, season and episode with the respective stuff

customization for superembed:

info = `just add the variable to the end of the url, like this: https://getsuperembed.link/?video_id=tt7286456&preferred_server=12`;

// player font - paste font name from Google fonts, replace spaces with +
player_font = "Poppins";

// player colors - paste color code in HEX format without # eg. 123456
player_bg_color = "000000"; // background color
player_font_color = "ffffff"; // font color
player_primary_color = "34cfeb"; // primary color for loader and buttons
player_secondary_color = "6900e0"; // secondary color for hovers and elements

// player loader - you can choose a loading animation from 1 to 10
player_loader = 1;

// options are: vidlox = 7, fembed = 11, mixdrop = 12, upstream = 17, videobin = 18,
// doodstream = 21, streamtape = 25, streamsb = 26, voe = 29, ninjastream = 33
preferred_server = 0; // paste only server number, leave 0 for no preference

// 1 = button with server count and full page overlay with server list
// 2 = button with icon and dropdown with server list
player_sources_toggle_type = 2;

lem6ns avatar Dec 06 '21 03:12 lem6ns

Wow this is great! Thanks so much for this, I was actually in the midst of creating a list like this for myself, but kind of got sidetracked. This is so great, thanks a lot!!

AdvithGopinath avatar Dec 06 '21 22:12 AdvithGopinath

Making my own streaming thing aswell so yeah

lem6ns avatar Dec 08 '21 12:12 lem6ns

Do you have a list that movies are in spanish?

ksmarti15 avatar Jun 08 '23 16:06 ksmarti15

Do you have a list that movies are in spanish?>

Movie APIs:
https://vidsrc.me/embed/imdbId/
https://fsapi.xyz/movie/imdbId
https://curtstream.com/movies/imdb/imdbId
https://moviewp.com/se.php?video_id=imdbId
https://v2.apimdb.net/e/movie/imdbId
https://gomo.to/movie/imdbId
https://vidcloud.stream/imdbId.html
https://getsuperembed.link/?video_id=imdbId (!!! returns url, parse body and embed that)

TV APIs
https://fsapi.xyz/tv-imdb/imdbId-season-episode
https://moviewp.com/se.php?video_id=tmdbId&tmdb=1&s=season&e=episode
https://v2.apimdb.net/e/tmdb/tv/tmdbId/season/episode/
https://databasegdriveplayer.co/player.php?type=series&tmdb=tmdbId&season=season&episode=episode
https://curtstream.com/series/tmdb/tmdbId/season/episode/
https://getsuperembed.link/?video_id=imdbId&season=season&episode=episode (!!! returns url, parse body and embed that)

replace tmbdId, imdbId, season and episode with the respective stuff

customization for superembed:

info = `just add the variable to the end of the url, like this: https://getsuperembed.link/?video_id=tt7286456&preferred_server=12`;

// player font - paste font name from Google fonts, replace spaces with +
player_font = "Poppins";

// player colors - paste color code in HEX format without # eg. 123456
player_bg_color = "000000"; // background color
player_font_color = "ffffff"; // font color
player_primary_color = "34cfeb"; // primary color for loader and buttons
player_secondary_color = "6900e0"; // secondary color for hovers and elements

// player loader - you can choose a loading animation from 1 to 10
player_loader = 1;

// options are: vidlox = 7, fembed = 11, mixdrop = 12, upstream = 17, videobin = 18,
// doodstream = 21, streamtape = 25, streamsb = 26, voe = 29, ninjastream = 33
preferred_server = 0; // paste only server number, leave 0 for no preference

// 1 = button with server count and full page overlay with server list
// 2 = button with icon and dropdown with server list
player_sources_toggle_type = 2;

Do you have a list that movies are in spanish?

ksmarti15 avatar Jun 08 '23 17:06 ksmarti15

NO

lem6ns avatar Jun 08 '23 21:06 lem6ns

amazing

Sisableng avatar Jan 29 '24 17:01 Sisableng