mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 15:03:26 +00:00
spelling/grammar
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
# `ProviderControls.listSources`
|
||||
|
||||
List all source scrapers that applicable for the target.
|
||||
They are sorted by rank, highest first
|
||||
List all source scrapers that are applicable for the target.
|
||||
They are sorted by rank; highest first
|
||||
|
||||
## Example
|
||||
|
||||
```ts
|
||||
const sourceScrapers = providers.listSources();
|
||||
// Guaranteed to only return type: 'source'
|
||||
// Guaranteed to only return the type: 'source'
|
||||
```
|
||||
|
||||
## Type
|
||||
|
Reference in New Issue
Block a user