
<p align="center">
    <img alt="VidSrc API" src="https://i.imgur.com/xPCwmVH.png" width="150">
</p>

<h1 align="center">VidSrc API</h1>

#### VidSrc API

A node app that scrape vidsrc.to m3u8 video files


#### Example

Get streaming link for the movie 'The Hangover part 1' using **tmdb id**

```http
  GET /18785
```
  
#### Example

Get streaming link for the TV show episode 'The Office' using **tmdb id** and **season number** & **episode number**

```http
  GET /2316/1/1
```


### Vercel

Host your own instance of VidSrc API on Vercel using the button below.

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FVincenzoPiromalli%2Fvidsrc-api)


### Render

Host your own instance of VidSrc API on Render using the button below.

[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/VincenzoPiromalli/vidsrc-api)
