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 13, 2024
1 parent 75c1fe8 commit d6b070d
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 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-03 20:39:47.125479 -->
<!-- This file is autogenerated as part of avtdl at 2024-07-13 18:53:36.924495 -->

## Description and configuration of available plugins
### Table of content:
Expand Down Expand Up @@ -165,7 +165,7 @@ It therefore can be picked up by using a regular full-text `match` filter.


#### Plugin configuration options:
* `db_path`: path to the sqlite database file keeping history of old records of this monitor.
* `db_path`: path to the sqlite database file keeping history of old records.
Might specify a path to a directory containing the file (with trailing slash)
or a direct path to the file itself (without a slash). If special value `:memory:` is used,
database is kept in memory and not stored on disk at all, providing a clean database on every startup. Default value is `db/`.
Expand Down Expand Up @@ -235,7 +235,7 @@ to create one by combining `link` and `title` or `summary` fields.


#### Plugin configuration options:
* `db_path`: path to the sqlite database file keeping history of old records of this monitor.
* `db_path`: path to the sqlite database file keeping history of old records.
Might specify a path to a directory containing the file (with trailing slash)
or a direct path to the file itself (without a slash). If special value `:memory:` is used,
database is kept in memory and not stored on disk at all, providing a clean database on every startup. Default value is `db/`.
Expand Down Expand Up @@ -416,7 +416,7 @@ next update from HTTP headers and schedule next request right after it. Use


#### Plugin configuration options:
* `db_path`: path to the sqlite database file keeping history of old records of this monitor.
* `db_path`: path to the sqlite database file keeping history of old records.
Might specify a path to a directory containing the file (with trailing slash)
or a direct path to the file itself (without a slash). If special value `:memory:` is used,
database is kept in memory and not stored on disk at all, providing a clean database on every startup. Default value is `db/`.
Expand Down Expand Up @@ -473,7 +473,7 @@ Examples of supported url:


#### Plugin configuration options:
* `db_path`: path to the sqlite database file keeping history of old records of this monitor.
* `db_path`: path to the sqlite database file keeping history of old records.
Might specify a path to a directory containing the file (with trailing slash)
or a direct path to the file itself (without a slash). If special value `:memory:` is used,
database is kept in memory and not stored on disk at all, providing a clean database on every startup. Default value is `db/`.
Expand Down Expand Up @@ -575,7 +575,7 @@ tabs instead.


#### Plugin configuration options:
* `db_path`: path to the sqlite database file keeping history of old records of this monitor.
* `db_path`: path to the sqlite database file keeping history of old records.
Might specify a path to a directory containing the file (with trailing slash)
or a direct path to the file itself (without a slash). If special value `:memory:` is used,
database is kept in memory and not stored on disk at all, providing a clean database on every startup. Default value is `db/`.
Expand Down Expand Up @@ -642,7 +642,7 @@ Some features, such as polls, are not supported.


#### Plugin configuration options:
* `db_path`: path to the sqlite database file keeping history of old records of this monitor.
* `db_path`: path to the sqlite database file keeping history of old records.
Might specify a path to a directory containing the file (with trailing slash)
or a direct path to the file itself (without a slash). If special value `:memory:` is used,
database is kept in memory and not stored on disk at all, providing a clean database on every startup. Default value is `db/`.
Expand Down Expand Up @@ -698,7 +698,7 @@ Requires login cookies from a logged in Twitter account to work.


#### Plugin configuration options:
* `db_path`: path to the sqlite database file keeping history of old records of this monitor.
* `db_path`: path to the sqlite database file keeping history of old records.
Might specify a path to a directory containing the file (with trailing slash)
or a direct path to the file itself (without a slash). If special value `:memory:` is used,
database is kept in memory and not stored on disk at all, providing a clean database on every startup. Default value is `db/`.
Expand Down Expand Up @@ -763,7 +763,7 @@ Requires login cookies from a logged in Twitter account to work.


#### Plugin configuration options:
* `db_path`: path to the sqlite database file keeping history of old records of this monitor.
* `db_path`: path to the sqlite database file keeping history of old records.
Might specify a path to a directory containing the file (with trailing slash)
or a direct path to the file itself (without a slash). If special value `:memory:` is used,
database is kept in memory and not stored on disk at all, providing a clean database on every startup. Default value is `db/`.
Expand Down Expand Up @@ -1486,12 +1486,20 @@ Produces a TwitterSpaceRecord if currently processed record
contains a link to a Space and the metadata was retrieved successfully.

It is possible to produce additional records with updated metadata at the
beginning and/or the end of the space by toggling the `emit_*` settings.
beginning and/or at the end of the space by toggling the `emit_*` settings.
However, a single state change should only produce one record. For example,
if the space has already ended before first update, only single record is
if a space has already ended before the first update, only a single record is
produced with all `emit_*` options enabled.


#### Plugin configuration options:
* `db_path`: path to the sqlite database file keeping history of old records.
Might specify a path to a directory containing the file (with trailing slash)
or a direct path to the file itself (without a slash). If special value `:memory:` is used,
database is kept in memory and not stored on disk at all, providing a clean database on every startup. Default value is `db/`.



#### Entity configuration options:
* `name`: name of a specific entity. Used to reference it in `chains` section. Must be unique within a plugin. Required.
* `cookies_file`: path to a text file containing cookies in Netscape format. Required.
Expand Down

0 comments on commit d6b070d

Please sign in to comment.