mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 11:33:25 +00:00
Correct function name for runEmbedScraper
This commit is contained in:
@@ -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',
|
||||
})
|
||||
|
Reference in New Issue
Block a user