diff options
author | Léon Tiekötter <leon@tiekoetter.com> | 2022-05-29 22:31:29 +0200 |
---|---|---|
committer | Léon Tiekötter <leon@tiekoetter.com> | 2022-05-29 22:49:41 +0200 |
commit | 167f635924e8d994aa68e6481213760e4d16ae98 (patch) | |
tree | ff032e66cb8e3d6441f5a7d0c470c9b4829334ad /searx/settings.yml | |
parent | f09e8abd764e76704192f9b4d799cd378cf67ab0 (diff) | |
download | searxng-167f635924e8d994aa68e6481213760e4d16ae98.tar.gz searxng-167f635924e8d994aa68e6481213760e4d16ae98.zip |
[engine] petal search news
Add Petal Search News to SearXNG via XPath
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index e77c5a962..ae1291e08 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1720,6 +1720,26 @@ engines: require_api_key: false results: HTML + - name: petalsearch news + shortcut: ptsn + categories: news + engine: xpath + paging: true + search_url: https://petalsearch.com/search?channel=news&query={query}&pn={pageno} + results_xpath: //div[@class="news-container"]/div/div/div/a + url_xpath: ./@href + title_xpath: ./div + content_xpath: ../div[@class="news-text"] + thumbnail_xpath: ../../../../img/@src + first_page_num: 1 + disabled: true + about: + website: https://petalsearch.com/ + wikidata_id: Q104399280 + use_official_api: false + require_api_key: false + results: HTML + # Doku engine lets you access to any Doku wiki instance: # A public one or a privete/corporate one. # - name: ubuntuwiki |