mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 15:41:45 +00:00
Reapply "feat: add extractors bundled in file refactor stream handling in multiple providers"
This reverts commit ef46918fec.
This commit is contained in:
@@ -135,13 +135,4 @@ export type ProviderContext = {
|
||||
getBaseUrl: (providerValue: string) => Promise<string>;
|
||||
commonHeaders: Record<string, string>;
|
||||
cheerio: typeof cheerio;
|
||||
extractors: {
|
||||
hubcloudExtracter: (link: string, signal: AbortSignal) => Promise<Stream[]>;
|
||||
gofileExtracter: (id: string) => Promise<{
|
||||
link: string;
|
||||
token: string;
|
||||
}>;
|
||||
superVideoExtractor: (data: any) => Promise<string>;
|
||||
gdFlixExtracter: (link: string, signal: AbortSignal) => Promise<Stream[]>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user