mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
fix google play movies engine
This commit is contained in:
parent
8e9fb0b435
commit
16c4f16c40
2 changed files with 66 additions and 16 deletions
65
searx/engines/google_play_movies.py
Normal file
65
searx/engines/google_play_movies.py
Normal file
File diff suppressed because one or more lines are too long
|
@ -759,24 +759,9 @@ engines:
|
|||
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'
|
||||
categories: videos
|
||||
engine: google_play_movies
|
||||
shortcut: gpm
|
||||
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
Reference in a new issue