mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 15:23:24 +00:00
switched to guider
This commit is contained in:
14
.docs/pages/essentials/targets.mdx
Normal file
14
.docs/pages/essentials/targets.mdx
Normal file
@@ -0,0 +1,14 @@
|
||||
# Targets
|
||||
|
||||
When creating provider controls, you will immediately be required to choose a target.
|
||||
|
||||
<Warning>
|
||||
A target is the device on which the stream will be played.
|
||||
**Where the scraping is being run has nothing to do with the target**, only where the stream is finally played in the end is significant in choosing a target.
|
||||
</Warning>
|
||||
|
||||
#### Possible targets
|
||||
- **`targets.BROWSER`** Stream will be played in a browser with CORS
|
||||
- **`targets.BROWSER_EXTENSION`** Stream will be played in a browser using the movie-web extension (WIP)
|
||||
- **`targets.NATIVE`** Stream will be played on a native video player
|
||||
- **`targets.ANY`** No restrictions for selecting streams, will just give all of them
|
Reference in New Issue
Block a user