mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 18:13:25 +00:00
add vidsrc source+embed and StreamBucket embed
This commit is contained in:
@@ -65,6 +65,7 @@ export type IndividualEmbedRunnerOptions = {
|
||||
url: string;
|
||||
id: string;
|
||||
events?: IndividualScraperEvents;
|
||||
headers?: Record<string, string>;
|
||||
};
|
||||
|
||||
export async function scrapeIndividualEmbed(
|
||||
@@ -78,6 +79,7 @@ export async function scrapeIndividualEmbed(
|
||||
fetcher: ops.fetcher,
|
||||
proxiedFetcher: ops.proxiedFetcher,
|
||||
url: ops.url,
|
||||
headers: ops.headers,
|
||||
progress(val) {
|
||||
ops.events?.update?.({
|
||||
id: embedScraper.id,
|
||||
|
Reference in New Issue
Block a user