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

FlixHQ Episode Streaming Links not working again!!! #577

Open
fsmdeveloper opened this issue Mar 4, 2024 · 39 comments
Open

FlixHQ Episode Streaming Links not working again!!! #577

fsmdeveloper opened this issue Mar 4, 2024 · 39 comments
Labels
bug Something isn't working

Comments

@fsmdeveloper
Copy link

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 fsmdeveloper added the bug Something isn't working label Mar 4, 2024
@Babyyoda777
Copy link
Contributor

Once again just experiencing this now as well

@dhelbegor
Copy link

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.

@Babyyoda777
Copy link
Contributor

Babyyoda777 commented Mar 7, 2024

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

@dhelbegor
Copy link

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.

@Babyyoda777
Copy link
Contributor

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

@dhelbegor
Copy link

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.

@Babyyoda777
Copy link
Contributor

Vidsrcto is m3u8

@BeamlakAschalew
Copy link

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.

@dhelbegor
Copy link

@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.

@Babyyoda777
Copy link
Contributor

@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

@fsmdeveloper
Copy link
Author

@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

@begalinsaf
Copy link

begalinsaf commented Mar 8, 2024

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

@dhelbegor
Copy link

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

@BeamlakAschalew
Copy link

@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

@dhelbegor
Copy link

@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
Copy link

@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.

@BeamlakAschalew
Copy link

@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

@begalinsaf
Copy link

@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?

@BeamlakAschalew
Copy link

@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

@dhelbegor
Copy link

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": {}
}

@BeamlakAschalew
Copy link

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

@begalinsaf
Copy link

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?

@BeamlakAschalew
Copy link

BeamlakAschalew commented Mar 16, 2024

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

@begalinsaf
Copy link

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

@delfeena
Copy link

Hello... Does this api still work?

@fsmdeveloper
Copy link
Author

Hello... Does this api still work?

BIG NOOOOOOO!

@delfeena
Copy link

delfeena commented May 31, 2024

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

@fsmdeveloper
Copy link
Author

fsmdeveloper commented May 31, 2024

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

@delfeena
Copy link

delfeena commented May 31, 2024

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

@fsmdeveloper
Copy link
Author

fsmdeveloper commented May 31, 2024

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

@3IMAD69
Copy link

3IMAD69 commented Jun 2, 2024

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

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 ?

@fsmdeveloper
Copy link
Author

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

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.

@2004durgesh
Copy link
Contributor

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

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.

@fsmdeveloper
Copy link
Author

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

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.

https://github.com/Eltik/M3U8-Proxy

@Dey11
Copy link

Dey11 commented Jun 3, 2024

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

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.

https://github.com/Eltik/M3U8-Proxy

must be a pretty dumb question(im new), but what to put in the referer?

@fsmdeveloper
Copy link
Author

fsmdeveloper commented Jun 4, 2024

check the repo page.

Usage

To proxy m3u8 files, use the /m3u8-proxy route. All you have to do is input the URL and headers. For example:

http://localhost:3030/m3u8-proxy?url=https%3A%2F%2Fojkx.vizcloud.co%2Fsimple%2FEqPFJvsQWADtjDlGha7rC8UurFwHuLiwTk17rqk%2BwYMnU94US2El_Po4w12gXe6GptOSQtc%2Fbr%2Flist.m3u8%23.mp4&headers=%7B%22referer%22%3A%22https%3A%2F%2F9anime.pl%22%7D
The URL in this case is
https://ojkx.vizcloud.co/simple/EqPFJvsQWADtjDlGha7rC8UurFwHuLiwTk17rqk+wYMnU94US2El_Po4w12gXe6GptOSQtc/br/list.m3u8#.mp4

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

@itsallan
Copy link

itsallan commented Sep 1, 2024

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/
Screenshot 2024-09-01 234134
just for testing i will be deleting the project then make the project public on my github if the everything works but for now some work

@FFX11
Copy link

FFX11 commented Sep 2, 2024

is there a way to make the imdb or tmdb ids work on flixhq provider? they have stable players for now

@2004durgesh
Copy link
Contributor

2004durgesh commented Sep 2, 2024

is there a way to make the imdb or tmdb ids work on flixhq provider? they have stable players for now

Try dmdb.network
https://dmdb.network/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests