diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-10-16 21:56:08 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2021-10-16 20:05:26 +0000 |
commit | f63ffbb22bd2dab5921e79a3ac934885828f35f0 (patch) | |
tree | 36a6086683d5d36d13bad109b1998db307a2909a /docs/src | |
parent | 38a157b56f4a4a2899931a3e6fa842ff587f8385 (diff) | |
download | searxng-f63ffbb22bd2dab5921e79a3ac934885828f35f0.tar.gz searxng-f63ffbb22bd2dab5921e79a3ac934885828f35f0.zip |
[fix] engine - yahoo: rewrite and fix issues
Languages are supported by mapping the language to a domain. If domain is not
found in :py:obj:`lang2domain` URL ``<lang>.search.yahoo.com`` is used.
BTW: fix issue reported at https://github.com/searx/searx/issues/3020
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/searx.engines.yahoo.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/src/searx.engines.yahoo.rst b/docs/src/searx.engines.yahoo.rst new file mode 100644 index 000000000..df08550ca --- /dev/null +++ b/docs/src/searx.engines.yahoo.rst @@ -0,0 +1,8 @@ +.. _yahoo engine: + +============ +Yahoo Engine +============ + +.. automodule:: searx.engines.yahoo + :members: |