Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More movie & tvshow APIs you can add #4

Open
lem6ns opened this issue Dec 6, 2021 · 6 comments
Open

More movie & tvshow APIs you can add #4

lem6ns opened this issue Dec 6, 2021 · 6 comments

Comments

@lem6ns
Copy link

lem6ns commented Dec 6, 2021

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;
@AdvithGopinath
Copy link
Owner

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!!

@lem6ns
Copy link
Author

lem6ns commented Dec 8, 2021

Making my own streaming thing aswell so yeah

@lem6ns lem6ns closed this as completed Apr 1, 2022
@lem6ns lem6ns reopened this May 8, 2022
@ksmarti15
Copy link

Do you have a list that movies are in spanish?

@ksmarti15
Copy link

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?

@lem6ns
Copy link
Author

lem6ns commented Jun 8, 2023

NO

@Sisableng
Copy link

amazing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants