CoolFace
Apppublic

gunnergg/pstream-backend

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
App README

Pstream Backend (Python / FastAPI)

Unified streaming scraper API that aggregates multiple providers.

Endpoints

RouteDescription
GET /vidlink/movie/{tmdbId}Raw VidLink response
GET /vidlink/tv/{tmdbId}/{season}/{ep}Raw VidLink TV response
GET /vidnest/sources?tmdbId=...&mediaType=...VidNest sources
GET /videasy/sources?tmdbId=...&mediaType=...Videasy sources
GET /api/stream?id=...&type=...MovieBox sources
GET /api/proxy?url=...&referer=...Stream proxy (CDN bypass)
GET /api/sources?tmdb_id=...Unified (all providers)

Provider Priority

  1. 1.VidLink (highest)
  2. 2.MovieBox
  3. 3.VidSrc
  4. 4.VidNest
  5. 5.Videasy