mirror of
https://github.com/sussy-code/providers.git
synced 2026-04-13 05:00:29 +00:00
Merge pull request #44 from lonelil/dev
Correct function name for runEmbedScraper
This commit is contained in:
commit
0477b876ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue