diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-06-18 16:12:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-18 16:12:46 +0200 |
| commit | 8f7cb4ad6fa3f9dec4b89807a32fa69e0e72bb84 (patch) | |
| tree | a1f8d7aa16586e988e676e642e49826370ffe824 /searx/settings.yml | |
| parent | 189df7db4e26056159cc21109591b813f6c4f4ad (diff) | |
| parent | 8883aed1327a84a81cfabe90419c27259be12fb6 (diff) | |
Merge pull request #1343 from liimee/eng-1
Fix google play apps engine
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index a6311b7ff..bc4055f03 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -705,23 +705,9 @@ engines: shortcut: gos - name: google play apps - engine: xpath - search_url: https://play.google.com/store/search?q={query}&c=apps - 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, apps] + engine: google_play_apps shortcut: gpa disabled: true - about: - website: https://play.google.com/ - wikidata_id: Q79576 - official_api_documentation: - use_official_api: false - require_api_key: false - results: HTML - name: google play movies engine: xpath |