Skip to content

Zinedinarnaut/vidsrc-api-v3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unoffical Vidsrc API! 👋

NOTE:

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)

Providers

The providers are currently :

vidsrc
asiaheroku

Example Movie

https://your-domain/vidsrc/916224

Example Show

https://your-domain/asiaheroku/1429?s=1&e=1

Deployment

You can self host by doing the following :

  1. git clone https://github.com/zinedinarnaut/vidsrc-api-js.git
  2. cd vidsrc-api-js
  3. npm install
  4. npm run main

or you can deploy to vercel using the button below:

Deploy with Vercel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •