mirror of
https://github.com/searxng/searxng.git
synced 2026-05-07 18:03:51 +02:00
[doc] fix minor issues in the DDG engine's doc-strings
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
committed by
Markus Heiser
parent
0eb4970621
commit
8fc549574f
@@ -24,7 +24,8 @@ DDG's content search / see engine ``duckduckgo_extra.py``
|
|||||||
Special features of the no-JS services (DDG-lite & DDG-html):
|
Special features of the no-JS services (DDG-lite & DDG-html):
|
||||||
|
|
||||||
- The no-JS clients receive a form that contains all the controlling parameters.
|
- The no-JS clients receive a form that contains all the controlling parameters.
|
||||||
- When the form data is submitted, a real WEB browser sets the HTTP _Sec-Fetch_ headers.
|
- When the form data is submitted, a real WEB browser sets the HTTP *Sec-Fetch*
|
||||||
|
headers.
|
||||||
|
|
||||||
HTML ``<form>``, HTTP-Headers & DDG's bot Blocker:
|
HTML ``<form>``, HTTP-Headers & DDG's bot Blocker:
|
||||||
|
|
||||||
@@ -238,7 +239,7 @@ def get_vqd(
|
|||||||
query: str,
|
query: str,
|
||||||
params: "OnlineParams",
|
params: "OnlineParams",
|
||||||
) -> str:
|
) -> str:
|
||||||
"""Returns the vqd_ vakue that fits to the *query* (and HTTP User-Agent_
|
"""Returns the ``vqd`` value that fits to the *query* (and HTTP User-Agent_
|
||||||
header).
|
header).
|
||||||
|
|
||||||
:param query: the query term
|
:param query: the query term
|
||||||
|
|||||||
Reference in New Issue
Block a user