mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 14:53:24 +00:00
spelling/grammar
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# `ProviderControls.runEmbedScraper`
|
||||
|
||||
Run a specific embed scraper and get its outputted streams.
|
||||
Run a specific embed scraper and get its emitted streams.
|
||||
|
||||
## Example
|
||||
|
||||
@@ -31,10 +31,10 @@ interface EmbedRunnerOptions {
|
||||
// object of event functions
|
||||
events?: IndividualScraperEvents;
|
||||
|
||||
// the embed url
|
||||
// the embed URL
|
||||
url: string;
|
||||
|
||||
// id of the embed scraper you want to scrape from
|
||||
// ID of the embed scraper you want to scrape from
|
||||
id: string;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user