diff options
| author | Robert M. Clabough <robert@claobugh.tech> | 2025-05-28 17:10:00 -0700 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-06-22 09:40:42 +0200 |
| commit | ec892d383613212dbc17e9ff3572e5f65128c255 (patch) | |
| tree | 805e537185b6df55ef55420660c653197cdcfb1d /docs/dev | |
| parent | cc61d0833c96faad0661e728bb4f1193eb580fcf (diff) | |
[feat] engines: add Tube Archivist engine (#4889)
Tube Archivist [1] is a self-hosted project which archives youtube videos on
your own local server. This engine connects with Tube Archivist's search API to
allow searching from SearXNG into your own hosted videos.
[1] https://www.tubearchivist.com/
Signed-off-by: Robert M. Clabough <robert@claobugh.tech>
Co-authored-by: Bnyro <bnyro@tutanota.com>
Co-authored-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/engines/online/tubearchivist.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/dev/engines/online/tubearchivist.rst b/docs/dev/engines/online/tubearchivist.rst new file mode 100644 index 000000000..12553379c --- /dev/null +++ b/docs/dev/engines/online/tubearchivist.rst @@ -0,0 +1,8 @@ +.. _tubearchivist engine: + +============== +Tube Archivist +============== + +.. automodule:: searx.engines.tubearchivist + :members: |