feat(animeEpisodeSrcs): added animeEpisodeSrcs parser return type
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
import { Intro, Subtitle, Video } from "../extractor";
|
||||||
|
|
||||||
|
export interface ScrapedAnimeEpisodesSources {
|
||||||
|
headers?: {
|
||||||
|
[k: string]: string;
|
||||||
|
};
|
||||||
|
intro?: Intro;
|
||||||
|
subtitles?: Subtitle[];
|
||||||
|
sources: Video[];
|
||||||
|
download?: string;
|
||||||
|
embedURL?: string;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user