Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
[fix] update google play apps xpath
Browse files Browse the repository at this point in the history
  • Loading branch information
asciimoo committed Mar 24, 2021
1 parent 5f450fd commit 88657fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions searx/settings.yml
Expand Up @@ -544,9 +544,9 @@ engines:
- name : google play apps
engine : xpath
search_url : https://play.google.com/store/search?q={query}&c=apps
results_xpath : '//div[@class="WHE7ib mpg5gc"]'
title_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a'
url_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a/@href'
results_xpath : '//div[@class="ImZGtf mpg5gc"]'
title_xpath : './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a'
url_xpath : './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a/@href'
content_xpath : './/div[@class="RZEgze"]//a[@class="mnKHRc"]'
thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]//img/@data-src'
categories : files
Expand Down

0 comments on commit 88657fe

Please sign in to comment.