WBRK-dev / vidstream-api

An api that scrapes the site vidstream (the same as flixhq) with a parser for the stream provider rabbitstream.
https://vidstream-api.vercel.app
MIT License
1 stars 1 forks source link

What are the server ids? #1

Open GFXnic opened 1 week ago

GFXnic commented 1 week ago

i have tried vidcloud and upcloud, 1 and 2 and nothing?

WBRK-dev commented 1 week ago

You can get the server id from the /movie/{movieId}/servers endpoint. Example: https://github.com/WBRK-dev/vidstream-api?tab=readme-ov-file#get-movie-episode-servers

GFXnic commented 1 week ago

kind | "AxiosError error | "Request failed with status code 404" on every movie is search for

WBRK-dev commented 1 week ago

It could be that vidcloud.to is blocked in your region. Are you able to get results when visiting the website? https://vidstream.to/home

GFXnic commented 1 week ago

It could be that vidcloud.to is blocked in your region. Are you able to get results when visiting the website? https://vidstream.to/home

the website is working perfectly

WBRK-dev commented 1 week ago

Are you self hosting or using the vercel example?

GFXnic commented 1 week ago

i have tried both

WBRK-dev commented 1 week ago

Show me the exact url you are using when making the request to get the server Ids.

WBRK-dev commented 1 week ago

For example, the following url is a correctly formatted url.

https://vidstream-api.vercel.app/movie/39549/servers?seasonId=31&episodeId=451

Please use this reference to see what you may have done wrong.

GFXnic commented 1 week ago

For example, the following url is a correctly formatted url.

https://vidstream-api.vercel.app/movie/39549/servers?seasonId=31&episodeId=451

Please use this reference to see what you may have done wrong. https://vidstream-api.vercel.app/movie/1468240/servers for https://vidstream.to/watch-movie/watch-the-crow-113074/1468240 is it tmdb id for the id from the website? this also works for movies?

WBRK-dev commented 1 week ago

You can get a movie id from /home or /search.

https://vidstream-api.vercel.app/home
https://vidstream-api.vercel.app/search?q=family+guy

Please use the api documentation to avoid this for next time.