Coder Social home page Coder Social logo

Comments (36)

Babyyoda777 avatar Babyyoda777 commented on June 12, 2024 2

Once again just experiencing this now as well

from api.consumet.org.

dhelbegor avatar dhelbegor commented on June 12, 2024 2

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.

from api.consumet.org.

Babyyoda777 avatar Babyyoda777 commented on June 12, 2024 1

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

from api.consumet.org.

Babyyoda777 avatar Babyyoda777 commented on June 12, 2024 1

Vidsrcto is m3u8

from api.consumet.org.

begalinsaf avatar begalinsaf commented on June 12, 2024 1

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

from api.consumet.org.

BeamlakAschalew avatar BeamlakAschalew commented on June 12, 2024 1

@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

from api.consumet.org.

BeamlakAschalew avatar BeamlakAschalew commented on June 12, 2024 1

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

from api.consumet.org.

delfeena avatar delfeena commented on June 12, 2024 1

Hello... Does this api still work?

from api.consumet.org.

delfeena avatar delfeena commented on June 12, 2024 1

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

from api.consumet.org.

Babyyoda777 avatar Babyyoda777 commented on June 12, 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

from api.consumet.org.

dhelbegor avatar dhelbegor commented on June 12, 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

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.

from api.consumet.org.

dhelbegor avatar dhelbegor commented on June 12, 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

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.

from api.consumet.org.

BeamlakAschalew avatar BeamlakAschalew commented on June 12, 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.

from api.consumet.org.

dhelbegor avatar dhelbegor commented on June 12, 2024

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

from api.consumet.org.

Babyyoda777 avatar Babyyoda777 commented on June 12, 2024

@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

from api.consumet.org.

fsmdeveloper avatar fsmdeveloper commented on June 12, 2024

@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

from api.consumet.org.

dhelbegor avatar dhelbegor commented on June 12, 2024

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

from api.consumet.org.

BeamlakAschalew avatar BeamlakAschalew commented on June 12, 2024

@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

from api.consumet.org.

dhelbegor avatar dhelbegor commented on June 12, 2024

@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

from api.consumet.org.

dhelbegor avatar dhelbegor commented on June 12, 2024

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

from api.consumet.org.

begalinsaf avatar begalinsaf commented on June 12, 2024

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

from api.consumet.org.

BeamlakAschalew avatar BeamlakAschalew commented on June 12, 2024

@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

from api.consumet.org.

dhelbegor avatar dhelbegor commented on June 12, 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": {}
}

from api.consumet.org.

begalinsaf avatar begalinsaf commented on June 12, 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?

from api.consumet.org.

BeamlakAschalew avatar BeamlakAschalew commented on June 12, 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

from api.consumet.org.

begalinsaf avatar begalinsaf commented on June 12, 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

ok, i got it

from api.consumet.org.

fsmdeveloper avatar fsmdeveloper commented on June 12, 2024

Hello... Does this api still work?

BIG NOOOOOOO!

from api.consumet.org.

fsmdeveloper avatar fsmdeveloper commented on June 12, 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

from api.consumet.org.

delfeena avatar delfeena commented on June 12, 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

from api.consumet.org.

fsmdeveloper avatar fsmdeveloper commented on June 12, 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

from api.consumet.org.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.