UNPKG

uni_scrapper

Version:

A Collection of Movies, Series, Animes Scrapper.

21 lines 592 B
import { BaseSource, Stream } from "../index"; declare class VidSrcSource extends BaseSource { baseUrl: string; jarviBaseUrl: string; headers: { Referer: string; Origin: string; "User-Agent": string; }; constructor(); private extractFileUrl; private extractKey; private buildFinalUrl; private buildPlaylistUrl; private fetchStreamData; private processTvShowStreams; private processMovieStreams; getStreams(slug: string): Promise<Stream[]>; } export default VidSrcSource; //# sourceMappingURL=vidsrc.scrapper.d.ts.map