-
Notifications
You must be signed in to change notification settings - Fork 575
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
FlixHQ Episode Streaming Links not working again!!! #577
Comments
Once again just experiencing this now as well |
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. |
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. |
Vidsrcto is m3u8 |
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. |
@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 |
to get tmdb id or imdb id you can use TMDB API. it's free. DOC >> https://developer.themoviedb.org/docs/getting-started |
@BeamlakAschalew you are awesome dude |
@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 |
@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 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 |
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 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 |
Hello... Does this api still work? |
BIG NOOOOOOO! |
Can anyone refer me to how I can get Showbox mp4 links please 😭 |
all sources are down right now! you can get HLS stream URL from vidsrc python script Python version > TS version > example live API URL > |
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 |
are you using it in a website , if so , how did you bypass the referer ? cuz it wont work if the referer is not vidsrc ? |
no I am using it in Android app! HDO BOX . The website is just a landing page for downloading my app. |
i have hosted the python version and also vidsrcto-resolver one, they both provide the hls link but cant be played since it gives an error of 403 forbidden. Do u know anyway to solve this. |
use proxy or m3u8 proxy. |
must be a pretty dumb question(im new), but what to put in the referer? |
check the repo page. UsageTo proxy m3u8 files, use the /m3u8-proxy route. All you have to do is input the URL and headers. For example:
and the headers are {"Referer": "https://9anime.pl"}. This will then send a request to the m3u8 using the headers, modify the content to use the ts proxy, then proxy each ts file using a CORS proxy |
any one good with api should check out this https://github.com/giammirove/videogatherer i was able to make an api out of it but am not sure its ready here is a link https://vidsrc-1ecw.vercel.app/ |
is there a way to make the imdb or tmdb ids work on flixhq provider? they have stable players for now |
Try dmdb.network |
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
The text was updated successfully, but these errors were encountered: