-
Notifications
You must be signed in to change notification settings - Fork 235
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
bugfix: extract url source at flixhq #478
bugfix: extract url source at flixhq #478
Conversation
Thank you, brother! I am checking it. |
You are welcome. Please, let me know if it works correctly for you too :D. |
Bro, is there any way to retrieve TMDB ID or IMDb ID using the media ID? |
bro help me how to install the consumet.ts in server I have install npm but I cant run consumet.ts bro pleaseee. |
hummm, I don't think so. they are diferent ID's. maybe u can use the movie/tv series title and retrieve the data from those sites. you can try to bring the discussion to discord: https://discord.gg/dDmyZ9X3 |
I cant run consumet.ts bro pleaseee. now I install only pull from docker from api.consumet.org please sahre to me step by step to run consumet.ts contact me on telegram t.me/kimjonghung You can't run consumet.ts. it's a standalone package. you should install it on you own nodejs project. or use api.consumet.org and deploy it directly on your vps or vercel https://conmet.vercel.app/ use this |
``> > >
now I have deploy into my vps, but still not working. please tell me bro how to work it? and in my file .php ` |
You need to build the consumet.ts (dist) fork consumet.ts in your github account, then clone it on your desktop, then yarn install then yarn build then use this fork version on your nodejs project, add it in package.json
you can use my fork version in your nodejs project. then it will work. I've tested it! |
Is it still working? It doesnt works for me |
Other endpoints work well, but the |
dhelbegor brother can you check it?? it's the same issue again! 😒 |
What kind of change does this PR introduce?
Solved a bug when trying to extract source url at flixHQ.
Did you add tests for your changes?
No, bug the tests related to the functionality is working now.
If relevant, did you update the documentation?
No
Summary
Closes #569
Other information