diff options
| author | Bnyro <bnyro@tutanota.com> | 2024-10-09 11:59:31 +0200 |
|---|---|---|
| committer | Bnyro <bnyro@tutanota.com> | 2024-11-24 12:41:57 +0100 |
| commit | f31a3a2053b07b834c5143bd6be4eaf05c1a014d (patch) | |
| tree | 9f74011af2301a313b6780e711324efd88435b70 /searx/engines/startpage.py | |
| parent | 0253c10b522fe2e8206db78e37066771ce90cf92 (diff) | |
[chore] *: fix typos detected by typos-cli
Diffstat (limited to 'searx/engines/startpage.py')
| -rw-r--r-- | searx/engines/startpage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/startpage.py b/searx/engines/startpage.py index 422ae7b20..f90cf2ac9 100644 --- a/searx/engines/startpage.py +++ b/searx/engines/startpage.py @@ -142,7 +142,7 @@ search_url = base_url + '/sp/search' # specific xpath variables # ads xpath //div[@id="results"]/div[@id="sponsored"]//div[@class="result"] -# not ads: div[@class="result"] are the direct childs of div[@id="results"] +# not ads: div[@class="result"] are the direct children of div[@id="results"] search_form_xpath = '//form[@id="search"]' """XPath of Startpage's origin search form |