Fetch raw sources from a single provider by TMDB ID
/api/stream/movie, /api/stream/tv, /api/download/movie, and /api/download/tv — those endpoints call /api/scrape once per provider in parallel so each gets its own isolated CPU budget.
Call it directly if you only want results from a specific provider, or want to fan out requests yourself.
/api/scrape are raw — no deduplication, no download_url, no ffmpeg_command, no proxied vlc_url. Use /api/stream/movie or /api/stream/tv for fully enriched results.moviedownloader, vixsrc, vidsrc, uembed, vidrock, rgshows, vidzee, embed02movie or tvPromise.all and merging the results is exactly what /api/stream/movie and /api/stream/tv do internally — use those endpoints to get the enriched, deduplicated output without managing it yourself.| Key | Provider |
|---|---|
moviedownloader | MovieDownloader |
vixsrc | VixSrc |
vidsrc | VidSrc |
uembed | UEmbed |
vidrock | VidRock |
rgshows | RgShows |
vidzee | VidZee |
embed02 | Embed02 |
true if scraping succeeded.