mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
[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>
This commit is contained in:
committed by
Markus Heiser
parent
cc61d0833c
commit
ec892d3836
@@ -2036,6 +2036,16 @@ engines:
|
||||
enable_http: true
|
||||
shortcut: tch
|
||||
|
||||
# TubeArchivist is a self-hosted Youtube archivist software.
|
||||
# https://docs.searxng.org/dev/engines/online/tubearchivist.html
|
||||
#
|
||||
# - name: tubearchivist
|
||||
# engine: tubearchivist
|
||||
# shortcut: tuba
|
||||
# base_url:
|
||||
# ta_token:
|
||||
# ta_link_to_mp4: false
|
||||
|
||||
# torznab engine lets you query any torznab compatible indexer. Using this
|
||||
# engine in combination with Jackett opens the possibility to query a lot of
|
||||
# public and private indexers directly from SearXNG. More details at:
|
||||
|
||||
Reference in New Issue
Block a user