mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 13:49:26 +02:00
[enh] oa_doi_rewrite plugin broadens doai_rewrite
This commit is contained in:
parent
7de8b43eb2
commit
575159b194
6 changed files with 59 additions and 6 deletions
|
@ -22,7 +22,7 @@ if version_info[0] == 3:
|
|||
|
||||
logger = logger.getChild('plugins')
|
||||
|
||||
from searx.plugins import (doai_rewrite,
|
||||
from searx.plugins import (oa_doi_rewrite,
|
||||
https_rewrite,
|
||||
infinite_scroll,
|
||||
open_results_on_new_tab,
|
||||
|
@ -78,7 +78,7 @@ class PluginStore():
|
|||
|
||||
|
||||
plugins = PluginStore()
|
||||
plugins.register(doai_rewrite)
|
||||
plugins.register(oa_doi_rewrite)
|
||||
plugins.register(https_rewrite)
|
||||
plugins.register(infinite_scroll)
|
||||
plugins.register(open_results_on_new_tab)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue