mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
Revert "feat: add extractors bundled in file refactor stream handling in multiple providers"
This reverts commit 13d41f9da6.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { ProviderContext, Stream } from "../types";
|
||||
import { superVideoExtractor } from "../extractors/supeVideo";
|
||||
|
||||
export const getStream = async function ({
|
||||
link: id,
|
||||
@@ -11,7 +10,8 @@ export const getStream = async function ({
|
||||
providerContext: ProviderContext;
|
||||
}): Promise<Stream[]> {
|
||||
try {
|
||||
const { axios, cheerio, commonHeaders } = providerContext;
|
||||
const { axios, cheerio, extractors, commonHeaders } = providerContext;
|
||||
const { superVideoExtractor } = extractors;
|
||||
async function ExtractGuardahd({
|
||||
imdb, // type, // season,
|
||||
}: // episode,
|
||||
|
||||
Reference in New Issue
Block a user