mirror of
https://github.com/searxng/searxng.git
synced 2025-08-18 09:46:44 +02:00
Add Crossref search engine and DOAI rewrite plugin
This commit is contained in:
parent
53c9185cbe
commit
117d36b66e
4 changed files with 59 additions and 2 deletions
|
@ -19,7 +19,8 @@ from searx import logger
|
|||
|
||||
logger = logger.getChild('plugins')
|
||||
|
||||
from searx.plugins import (https_rewrite,
|
||||
from searx.plugins import (doai_rewrite,
|
||||
https_rewrite,
|
||||
open_results_on_new_tab,
|
||||
self_info,
|
||||
search_on_category_select,
|
||||
|
@ -73,6 +74,7 @@ class PluginStore():
|
|||
|
||||
|
||||
plugins = PluginStore()
|
||||
plugins.register(doai_rewrite)
|
||||
plugins.register(https_rewrite)
|
||||
plugins.register(open_results_on_new_tab)
|
||||
plugins.register(self_info)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue