mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[fix] google play apps engine: implement engines/google_play_apps.py
This commit is contained in:
parent
189df7db4e
commit
8883aed132
2 changed files with 69 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue