Your sponsorship is vital in helping me achieve this mission. With your support, I can:
Dedicate more time to developing and improving my projects Cover costs for essential tools, services and premium hosting to run public projects Provide detailed documentation and support for users Every contribution, no matter the size, makes a significant impact.
Thank you for considering supporting my work!
This is an api for id's provided at TMDB
you must use the ID from the tmdb url like this :
so
MOVIES:
https://www.themoviedb.org/movie/1034541-terrifier-3?language=en-GB
TV SHOWS:
https://www.themoviedb.org/tv/124364-from?language=en-GB
would be
MOVIES:
`/{provider}/1034541`
TVSHOWS :
`/{provider}/124364?s=1&e=1` (s - Season / e - Episode)
The providers are currently :
vidsrc
asiaheroku
https://your-domain/vidsrc/916224
https://your-domain/asiaheroku/1429?s=1&e=1
You can self host by doing the following :
git clone https://github.com/Inside4ndroid/vidsrc-api-js.git
cd vidsrc-api-js
npm install
npm run main
or you can deploy to vercel using the button below: