mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 20:20:05 +00:00
Add Crossref search engine and DOAI rewrite plugin
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user