mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[fix] engine: google play movies
Closes: https://github.com/searxng/searxng/pull/1746 Closes: https://github.com/searxng/searxng/issues/1599 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
b55a62dbc9
commit
f1b6351ae1
2 changed files with 55 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue