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

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