mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 11:13:25 +00:00
Merge pull request #44 from lonelil/dev
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
|
// scrape a stream from upcloud
|
||||||
let output: EmbedOutput;
|
let output: EmbedOutput;
|
||||||
try {
|
try {
|
||||||
output = await providers.runSourceScraper({
|
output = await providers.runEmbedScraper({
|
||||||
id: 'upcloud',
|
id: 'upcloud',
|
||||||
url: 'https://example.com/123',
|
url: 'https://example.com/123',
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user