Loading searx/engines/duckduckgo.py +0 −1 Original line number Original line Diff line number Diff line Loading @@ -8,7 +8,6 @@ from urllib.parse import urlencode from searx.utils import match_language, extract_text from searx.utils import match_language, extract_text import re import re from searx.network import get from searx.network import get from searx import logger from lxml.html import fromstring from lxml.html import fromstring # about # about Loading searx/settings.yml +5 −5 Original line number Original line Diff line number Diff line Loading @@ -131,17 +131,17 @@ outgoing: # Comment or un-comment plugin to activate / deactivate by default. # Comment or un-comment plugin to activate / deactivate by default. # # # enabled_plugins: enabled_plugins: # # these plugins are enabled if nothing is configured .. # these plugins are enabled if nothing is configured .. # - 'Hash plugin' # - 'Hash plugin' # - 'Search on category select' - 'Search on category select' # - 'Self Information' # - 'Self Information' # - 'Tracker URL remover' - 'Tracker URL remover' # - 'Ahmia blacklist' # activation depends on outgoing.using_tor_proxy # - 'Ahmia blacklist' # activation depends on outgoing.using_tor_proxy # # these plugins are disabled if nothing is configured .. # # these plugins are disabled if nothing is configured .. # - 'Hostname replace' # see hostname_replace configuration below # - 'Hostname replace' # see hostname_replace configuration below # - 'Open Access DOI rewrite' # - 'Open Access DOI rewrite' # - 'Vim-like hotkeys' - 'Vim-like hotkeys' # - 'Tor check plugin' # - 'Tor check plugin' # # Read the docs before activate: auto-detection of the language could be # # Read the docs before activate: auto-detection of the language could be # # detrimental to users expectations / users can activate the plugin in the # # detrimental to users expectations / users can activate the plugin in the Loading Loading
searx/engines/duckduckgo.py +0 −1 Original line number Original line Diff line number Diff line Loading @@ -8,7 +8,6 @@ from urllib.parse import urlencode from searx.utils import match_language, extract_text from searx.utils import match_language, extract_text import re import re from searx.network import get from searx.network import get from searx import logger from lxml.html import fromstring from lxml.html import fromstring # about # about Loading
searx/settings.yml +5 −5 Original line number Original line Diff line number Diff line Loading @@ -131,17 +131,17 @@ outgoing: # Comment or un-comment plugin to activate / deactivate by default. # Comment or un-comment plugin to activate / deactivate by default. # # # enabled_plugins: enabled_plugins: # # these plugins are enabled if nothing is configured .. # these plugins are enabled if nothing is configured .. # - 'Hash plugin' # - 'Hash plugin' # - 'Search on category select' - 'Search on category select' # - 'Self Information' # - 'Self Information' # - 'Tracker URL remover' - 'Tracker URL remover' # - 'Ahmia blacklist' # activation depends on outgoing.using_tor_proxy # - 'Ahmia blacklist' # activation depends on outgoing.using_tor_proxy # # these plugins are disabled if nothing is configured .. # # these plugins are disabled if nothing is configured .. # - 'Hostname replace' # see hostname_replace configuration below # - 'Hostname replace' # see hostname_replace configuration below # - 'Open Access DOI rewrite' # - 'Open Access DOI rewrite' # - 'Vim-like hotkeys' - 'Vim-like hotkeys' # - 'Tor check plugin' # - 'Tor check plugin' # # Read the docs before activate: auto-detection of the language could be # # Read the docs before activate: auto-detection of the language could be # # detrimental to users expectations / users can activate the plugin in the # # detrimental to users expectations / users can activate the plugin in the Loading