diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2023-04-16 21:03:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-16 21:03:19 +0200 |
| commit | c0bc8634fd8d4c433ce91fbc868270504c2e00be (patch) | |
| tree | ba5516a55ab01c6546c08e99d64b72879c8796b9 /searx/settings.yml | |
| parent | b55a62dbc9d23b19c690f42311fed4365cb11098 (diff) | |
| parent | f1b6351ae1bade2e323b7d2d603c0678e940651d (diff) | |
Merge pull request #2352 from return42/fix-1599
[fix] engine: google play movies
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index fa6141dd4..e63ded9ad 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -755,29 +755,18 @@ engines: shortcut: gos - name: google play apps - engine: google_play_apps + engine: google_play + categories: [files, apps] shortcut: gpa + play_categ: apps disabled: true - name: google play movies - engine: xpath - send_accept_language_header: true - search_url: https://play.google.com/store/search?q={query}&c=movies - 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="kCSSQe"]' - thumbnail_xpath: './/div[@class="uzcko"]/div/span[1]//img/@data-src' + engine: google_play categories: videos shortcut: gpm + play_categ: movies 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: gpodder engine: json_engine |