Merge pull request #44 from lonelil/dev

Correct function name for runEmbedScraper
This commit is contained in:
William Oldham 2023-12-21 09:08:34 +00:00 committed by GitHub
commit 0477b876ec
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',
})