Get HLS streams and info from 2embed.to
Clone the project
git clone https://github.com/parnexcodes/2embed-api
Go to the project directory
cd 2embed-api
Install dependencies
npm install
Start the server
cd src
npm dev
GET /api/details/:type/:id
Parameter | Type | Description |
---|---|---|
type |
string |
movie/tv |
id |
string |
tmdb id |
GET /api/episodes/tv/:id/seasons/:season_n_query
Parameter | Type | Description |
---|---|---|
id |
string |
tmdb id |
season_n_query |
string |
season number |
GET /api/get_source/:type?id=${id}&s=${season_num}&e=${ep_num}
Parameter | Type | Description |
---|---|---|
type |
string |
movie/tv |
id |
string |
tmdb id |
s |
string |
Only for TV : season number |
e |
string |
Only for TV : episode number |
- @ernestdodz (Originally made by @ernestdodz)
- @parnexcodes (fixed it to work without rabbitstream token)