summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--searx/settings.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index 028a9fe2f..281e69625 100644
--- a/searx/settings.yml
+++ b/searx/settings.yml
@@ -1214,10 +1214,10 @@ engines:
shortcut: pd
search_url: https://pub.dev/packages?q={query}&page={pageno}
paging: true
- results_xpath: /html/body/main/div/div[@class="search-results"]/div[@class="packages"]/div
+ results_xpath: //div[contains(@class,"packages-item")]
url_xpath: ./div/h3/a/@href
title_xpath: ./div/h3/a
- content_xpath: ./p[@class="packages-description"]
+ content_xpath: ./div/div/div[contains(@class,"packages-description")]/span
categories: [packages, it]
timeout: 3.0
disabled: true