mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 17:03:26 +00:00
Quotes
This commit is contained in:
@@ -5,7 +5,7 @@ Run a specific embed scraper and get its outputted streams.
|
||||
## Example
|
||||
|
||||
```ts
|
||||
import { SourcererOutput } from "@movie-web/providers";
|
||||
import { SourcererOutput } from '@movie-web/providers';
|
||||
|
||||
// scrape a stream from upcloud
|
||||
let output: EmbedOutput;
|
||||
@@ -15,7 +15,7 @@ try {
|
||||
url: 'https://example.com/123',
|
||||
})
|
||||
} catch (err) {
|
||||
console.log("failed to scrape")
|
||||
console.log('failed to scrape')
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user