diff --git a/.docs/content/2.Api/3.ProviderControlsrunEmbedScraper.md b/.docs/content/2.Api/3.ProviderControlsrunEmbedScraper.md index 4a877df..bfdd0b2 100644 --- a/.docs/content/2.Api/3.ProviderControlsrunEmbedScraper.md +++ b/.docs/content/2.Api/3.ProviderControlsrunEmbedScraper.md @@ -10,7 +10,7 @@ import { SourcererOutput } from "@movie-web/providers"; // scrape a stream from upcloud let output: EmbedOutput; try { - output = await providers.runSourceScraper({ + output = await providers.runEmbedScraper({ id: 'upcloud', url: 'https://example.com/123', })