Reapply "feat: add extractors bundled in file refactor stream handling in multiple providers"

This reverts commit ef46918fec.
This commit is contained in:
Himanshu
2026-02-03 21:42:43 +05:30
parent ef46918fec
commit 8c91327af1
220 changed files with 1300 additions and 771 deletions

View File

@@ -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[]>;
};
};