Skip to content

Commit

Permalink
Regenerate PLUGINS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Jul 26, 2024
1 parent 0605368 commit a963b83
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions PLUGINS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<!-- This file is autogenerated as part of avtdl at 2024-07-25 18:58:27.656022 -->
<!-- This file is autogenerated as part of avtdl at 2024-07-26 11:38:45.265035 -->

## Description and configuration of available plugins

Expand Down Expand Up @@ -859,6 +859,7 @@ database is kept in memory and not stored on disk at all, providing a clean data
* `name`: name of a specific entity. Used to reference it in `chains` section. Must be unique within a plugin. Required.
#####
* `update_interval`: how often the monitored channel will be checked, in seconds. Default value is `300`.
* `headers`: custom HTTP headers as pairs "key": value". "Set-Cookie" header will be ignored, use `cookies_file` option instead. Default value is `"Accept-Language": "en-US,en;q=0.9"`.
* `quiet_start`: throw away new records on the first update after application startup. Default value is `false`.
* `quiet_first_time`: throw away new records produced on first update of given url. Default value is `true`.

Expand Down Expand Up @@ -892,7 +893,7 @@ Might be invalid even when present in case of insufficient permissions or networ

### `rplay.user` - Monitor livestreams on RPLAY channel

Monitors user with given `creator_oid`, produces record
Monitors a user with given `creator_oid`, produces record
when the user starts a livestream. `creator_oid` is the
unique part of the user's home or livestream url.
For example, `creator_oid` is `6596e71c04a7ea2fd7c36ae7`
Expand Down Expand Up @@ -925,6 +926,7 @@ database is kept in memory and not stored on disk at all, providing a clean data
* `creator_oid`: ID of the user to monitor. Required.
#####
* `update_interval`: how often the monitored channel will be checked, in seconds. Default value is `300`.
* `headers`: custom HTTP headers as pairs "key": value". "Set-Cookie" header will be ignored, use `cookies_file` option instead. Default value is `"Accept-Language": "en-US,en;q=0.9"`.
* `quiet_start`: throw away new records on the first update after application startup. Default value is `false`.
* `quiet_first_time`: throw away new records produced on first update of given url. Default value is `true`.

Expand Down

0 comments on commit a963b83

Please sign in to comment.