UNPKG

uni_scrapper

Version:

A Collection of Movies, Series, Animes Scrapper.

14 lines 389 B
import { Stream, BaseSource } from "../index"; export declare class Xprime extends BaseSource { baseUrl: string; headers: { Referer: string; origin: string; }; getStreams(slug: string): Promise<Stream[]>; private fetchXprime; private fetchPrimebox; private fetchPhoenix; private fetchPrimenet; } //# sourceMappingURL=xprime.scrapper.d.ts.map