summaryrefslogtreecommitdiff
path: root/searx/settings.yml
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2019-07-25 09:31:47 +0200
committerGitHub <noreply@github.com>2019-07-25 09:31:47 +0200
commitf34b5cedb11bcb38eb2ad76cc3ed2b5eb421a75a (patch)
tree2204c002afa5e787298e2f435143464ca929e1d0 /searx/settings.yml
parentcac8e7c6b88c49f4e7446c286f552fbbf902d4b6 (diff)
[fix] fixes google play engines (#1651)
update commit 87baa74a863ac74ae4c86bbfcb04148ba7f70696
Diffstat (limited to 'searx/settings.yml')
-rw-r--r--searx/settings.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index 56d9bccd0..bee7aed7e 100644
--- a/searx/settings.yml
+++ b/searx/settings.yml
@@ -321,7 +321,7 @@ engines:
title_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a'
url_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a/@href'
content_xpath : './/div[@class="RZEgze"]//a[@class="mnKHRc"]'
- thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]/img/@data-src'
+ thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]//img/@data-src'
categories : files
shortcut : gpa
disabled : True
@@ -333,7 +333,7 @@ engines:
title_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a'
url_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a/@href'
content_xpath : './/div[@class="RZEgze"]//a[@class="mnKHRc"]'
- thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]/img/@data-src'
+ thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]//img/@data-src'
categories : videos
shortcut : gpm
disabled : True
@@ -345,7 +345,7 @@ engines:
title_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a'
url_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a/@href'
content_xpath : './/div[@class="RZEgze"]//a[@class="mnKHRc"]'
- thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]/img/@data-src'
+ thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]//img/@data-src'
categories : music
shortcut : gps
disabled : True