Write some pages

This commit is contained in:
mrjvs
2023-12-27 00:15:23 +01:00
parent 582b46cd39
commit 53b83fe24c
13 changed files with 118 additions and 24 deletions

View File

@@ -1,13 +1,14 @@
# Targets
When making an instance of the library using `makeProviders()`. It will immediately require choosing a target.
When creating provider controls, you will immediately be required to choose a target.
::alert{type="info"}
::alert{type="warning"}
A target is the device where the stream will be played on.
**Where the scraping is run has nothing to do with the target**, only where the stream is finally played in the end is significant in choosing a target.
::
#### Possible targets
- **`targets.BROWSER`** Stream will be played in a browser with CORS
- **`targets.NATIVE`** Stream will be played natively
- **`targets.ALL`** Stream will be played on a device with no restrictions of any kind
- **`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