Correct function name for runEmbedScraper

This commit is contained in:
lonelil 2023-12-21 17:01:14 +08:00 committed by GitHub
parent c93cc4babc
commit 6597e8f981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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',
})