From ec892d383613212dbc17e9ff3572e5f65128c255 Mon Sep 17 00:00:00 2001 From: "Robert M. Clabough" Date: Wed, 28 May 2025 17:10:00 -0700 Subject: [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 Co-authored-by: Bnyro Co-authored-by: Markus Heiser --- docs/dev/engines/online/tubearchivist.rst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/dev/engines/online/tubearchivist.rst (limited to 'docs/dev/engines') 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: -- cgit v1.2.3