api.consumet.org icon indicating copy to clipboard operation
api.consumet.org copied to clipboard

FlixHQ Episode Streaming Links not working again!!!

Open fsmdeveloper opened this issue 11 months ago • 39 comments

Describe the bug

FlixHQ Episode Streaming Links not working again

Steps to reproduce

it was fixed by dhelbegor. but now it's not working again, can someone fix that issue?

Expected behavior

expected streaming links from FlixHQ

Actual behavior

response : { "message": "Something went wrong. Please try again later." }

Additional context

No response

fsmdeveloper avatar Mar 04 '24 14:03 fsmdeveloper

Once again just experiencing this now as well

Babyyoda777 avatar Mar 04 '24 16:03 Babyyoda777

They changed the way to get the stream link. Looks like now we need to pass a key. This key envolves your own ip address. I personally don't know how to solve it. So I don't know how long it can take to be solved. I recommend you to ask on discord group. Maybe someone is working on it our knows how to solve it.

It's unfortunate to lost access to flixhq. By far they where the best option providing subtitles and m3u8 files.

dhelbegor avatar Mar 04 '24 16:03 dhelbegor

They changed the way to get the stream link. Looks like now we need to pass a key. This key envolves your own ip address. I personally don't know how to solve it. So I don't know how long it can take to be solved. I recommend you to ask on discord group. Maybe someone is working on it our knows how to solve it.

It's unfortunate to lost access to flixhq. By far they where the best option providing subtitles and m3u8 files.

I am aware of someone who is working on it separately not as part of Consumet but they seem to be close to a working solution, I’ll post the link to the repo here if they manage to get it fixed.

edit: https://rapidapi.com/stevenice8899/api/flixhq Someone has managed to get it working but not open source

Babyyoda777 avatar Mar 07 '24 13:03 Babyyoda777

They changed the way to get the stream link. Looks like now we need to pass a key. This key envolves your own ip address. I personally don't know how to solve it. So I don't know how long it can take to be solved. I recommend you to ask on discord group. Maybe someone is working on it our knows how to solve it. It's unfortunate to lost access to flixhq. By far they where the best option providing subtitles and m3u8 files.

I am aware of someone who is working on it separately not as part of Consumet but they seem to be close to a working solution, I’ll post the link to the repo here if they manage to get it fixed.

edit: https://rapidapi.com/stevenice8899/api/flixhq Someone has managed to get it working but not open source

ohh, that's interesting. Hope that they find a way to solve this problem. yes, let us know please :D

now, that link is interesting. but the price for use is absurdly high.

dhelbegor avatar Mar 07 '24 14:03 dhelbegor

Yh extortionately high. For now a workaround I’m using is Flix-quest api and their Vidsrcto scraper which seems to work well, but it uses tmdb ids for which Consumet api doesn’t yet have a trending function, so it’s a bit annoying but works. (Need to deploy your own version, provided instance doesn’t work properly) https://github.com/BeamlakAschalew/flixquest-api

Babyyoda777 avatar Mar 07 '24 15:03 Babyyoda777

Yh extortionately high. For now a workaround I’m using is Flix-quest api and their Vidsrcto scraper which seems to work well, but it uses tmdb ids for which Consumet api doesn’t yet have a trending function, so it’s a bit annoying but works. (Need to deploy your own version, provided instance doesn’t work properly) https://github.com/BeamlakAschalew/flixquest-api

Could you please tell me what is the format of the VidSrc resource? I'm creating a mobile app using react native and I need it to be either .m3u8 or .mp4. Tried to use webview but without sucess. the sources aways come with 300 ads or more lmao.

dhelbegor avatar Mar 07 '24 15:03 dhelbegor

Vidsrcto is m3u8

Babyyoda777 avatar Mar 07 '24 15:03 Babyyoda777

Yh extortionately high. For now a workaround I’m using is Flix-quest api and their Vidsrcto scraper which seems to work well, but it uses tmdb ids for which Consumet api doesn’t yet have a trending function, so it’s a bit annoying but works. (Need to deploy your own version, provided instance doesn’t work properly) https://github.com/BeamlakAschalew/flixquest-api

This is my repo and thanks for your interest, the current working instance is flixquest-api.vercel.app, you can use this but use it only for testing purposes, there is a readme on how to deploy your own instance, I had a Vercel account terminated before due to abuse.

BeamlakAschalew avatar Mar 07 '24 17:03 BeamlakAschalew

@Babyyoda777 do u mind telling me how are u getting the id from tmdb?

It should be great if I could filter by genre/language. e.g korean or japanese.

dhelbegor avatar Mar 08 '24 01:03 dhelbegor

@Babyyoda777 do u mind telling me how are u getting the id from tmdb?

It should be great if I could filter by genre/language. e.g korean or japanese.

I'm just using the TMDB meta on consumet

Babyyoda777 avatar Mar 08 '24 06:03 Babyyoda777

@Babyyoda777 do u mind telling me how are u getting the id from tmdb?

It should be great if I could filter by genre/language. e.g korean or japanese.

to get tmdb id or imdb id you can use TMDB API. it's free.

DOC >> https://developer.themoviedb.org/docs/getting-started

fsmdeveloper avatar Mar 08 '24 11:03 fsmdeveloper

Yh extortionately high. For now a workaround I’m using is Flix-quest api and their Vidsrcto scraper which seems to work well, but it uses tmdb ids for which Consumet api doesn’t yet have a trending function, so it’s a bit annoying but works. (Need to deploy your own version, provided instance doesn’t work properly) https://github.com/BeamlakAschalew/flixquest-api

This is my repo and thanks for your interest, the current working instance is flixquest-api.vercel.app, you can use this but use it only for testing purposes, there is a readme on how to deploy your own instance, I had a Vercel account terminated before due to abuse.

@BeamlakAschalew you are awesome dude

begalinsaf avatar Mar 08 '24 12:03 begalinsaf

@BeamlakAschalew do u intent to bring VidSrc.to to consumet?

dhelbegor avatar Mar 08 '24 12:03 dhelbegor

@BeamlakAschalew do u intent to bring VidSrc.to to consumet?

My API is just a wrapper for an npm package developed by movie-web, the package is github.com/movie-web/providers and it has a lot of moving parts so it'll be hard so no I don't. You can just read their documentation and use the package directly or use my API

BeamlakAschalew avatar Mar 08 '24 13:03 BeamlakAschalew

@BeamlakAschalew do u intent to bring VidSrc.to to consumet?

My API is just a wrapper for an npm package developed by movie-web, the package is github.com/movie-web/providers and it has a lot of moving parts so it'll be hard so no I don't. You can just read their documentation and use the package directly or use my API

Oh nice. I'll take a look. Thank u

dhelbegor avatar Mar 08 '24 15:03 dhelbegor

@BeamlakAschalew can u please tell me what service are u using for proxy?

I will deploy your api and was wondering what proxy I should use. I know that I can set it to false. But would be nice to set a proxy too.

dhelbegor avatar Mar 09 '24 15:03 dhelbegor

@BeamlakAschalew can u please tell me what service are u using for proxy?

I will deploy your api and was wondering what proxy I should use. I know that I can set it to false. But would be nice to set a proxy too.

I just hosted github.com/movie-web/simple-proxy on render but you can use cloudflare workers but showbox doesn't work when you use cloudflare

BeamlakAschalew avatar Mar 09 '24 17:03 BeamlakAschalew

@BeamlakAschalew i hosted on my own vercel account, why its always give "somethink went wrong", also i hosted simple-proxy, on cloudflare workers, for tmdb api i use Read Access Token API, also i set redis db, whats wrong?

begalinsaf avatar Mar 11 '24 06:03 begalinsaf

@BeamlakAschalew i hosted on my own vercel account, why its always give "somethink went wrong", also i hosted simple-proxy, on cloudflare workers, for tmdb api i use Read Access Token API, also i set redis db, whats wrong?

The only working ones are vidsrcto, vidsrc and showbox. Try those

BeamlakAschalew avatar Mar 11 '24 07:03 BeamlakAschalew

Looks like something happened too vidsrcto. can't get a response.

trying the following payload: http://localhost:3000/vidsrcto/watch-movie?tmdbId=932420&proxied=false

the response

{
    "message": "Something went wrong. Please try again later.",
    "error": {}
}

dhelbegor avatar Mar 11 '24 13:03 dhelbegor

Looks like something happened too vidsrcto. can't get a response.

trying the following payload: http://localhost:3000/vidsrcto/watch-movie?tmdbId=932420&proxied=false

the response

{
    "message": "Something went wrong. Please try again later.",
    "error": {}
}

Yes, the extractor isn't working everywhere right now

BeamlakAschalew avatar Mar 11 '24 13:03 BeamlakAschalew

Looks like something happened too vidsrcto. can't get a response. trying the following payload: http://localhost:3000/vidsrcto/watch-movie?tmdbId=932420&proxied=false the response

{
    "message": "Something went wrong. Please try again later.",
    "error": {}
}

Yes, the extractor isn't working everywhere right now

same case, i tested by localy and on my own deployment, but its working on this ttps://flixquest-api.vercel.app i dont know how, @BeamlakAschalew how to setup your project properly?

begalinsaf avatar Mar 16 '24 10:03 begalinsaf

Looks like something happened too vidsrcto. can't get a response. trying the following payload: http://localhost:3000/vidsrcto/watch-movie?tmdbId=932420&proxied=false the response

{
    "message": "Something went wrong. Please try again later.",
    "error": {}
}

Yes, the extractor isn't working everywhere right now

same case, i tested by localy and on my own deployment, but its working on this ttps://flixquest-api.vercel.app i dont know how, @BeamlakAschalew how to setup your project properly?

Clear your node_modules folder and run npm i again there has been change in the package the API uses.

And also it's better to that this issue down to github.com/BeamlakAschalew/flixquest-api since this isn't related to consumet

BeamlakAschalew avatar Mar 16 '24 10:03 BeamlakAschalew

Looks like something happened too vidsrcto. can't get a response. trying the following payload: http://localhost:3000/vidsrcto/watch-movie?tmdbId=932420&proxied=false the response

{
    "message": "Something went wrong. Please try again later.",
    "error": {}
}

Yes, the extractor isn't working everywhere right now

same case, i tested by localy and on my own deployment, but its working on this ttps://flixquest-api.vercel.app i dont know how, @BeamlakAschalew how to setup your project properly?

Clear your node_modules folder and run npm i again there has been change in the package the API uses.

And also it's better to that this issue down to github.com/BeamlakAschalew/flixquest-api since this isn't related to consumet

ok, i got it

begalinsaf avatar Mar 16 '24 14:03 begalinsaf

Hello... Does this api still work?

delfeena avatar May 30 '24 17:05 delfeena

Hello... Does this api still work?

BIG NOOOOOOO!

fsmdeveloper avatar May 31 '24 05:05 fsmdeveloper

Can anyone refer me to how I can get Showbox mp4 links please 😭

delfeena avatar May 31 '24 05:05 delfeena

all sources are down right now! you can get HLS stream URL from vidsrc python script

Python version > https://github.com/cool-dev-guy/vidsrc-api

TS version > https://github.com/avikpl1911/vidsrcto-resolver-ts-api

example live API URL > https://vidsrcto-resolver-ts-api-lovat.vercel.app/movie/76600

fsmdeveloper avatar May 31 '24 06:05 fsmdeveloper

I use the vidsrcto resolver already, but I need showbox mp4 links for something else 😢 are you the developer of this project? If yes can i dm you please

delfeena avatar May 31 '24 06:05 delfeena

I use the vidsrcto resolver already, but I need showbox mp4 links for something else 😢 are you the developer of this project? If yes can i dm you please

For download?, you can use ffmpeg to download HLS stream videos.

I'm not the author of this script. I'm using these script for my app. https://hdoapp.com - HDO BOX

fsmdeveloper avatar May 31 '24 13:05 fsmdeveloper