mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 20:17:45 +01:00
fix google play movies xpath
This commit is contained in:
parent
e12ea9a510
commit
c6ed0dae6c
@ -250,8 +250,8 @@ engines:
|
|||||||
engine : xpath
|
engine : xpath
|
||||||
search_url : https://play.google.com/store/search?q={query}&c=movies
|
search_url : https://play.google.com/store/search?q={query}&c=movies
|
||||||
url_xpath : //a[@class="title"]/@href
|
url_xpath : //a[@class="title"]/@href
|
||||||
title_xpath : //a[@class="title"]
|
title_xpath : //a[@class="title"]/@title
|
||||||
content_xpath : //a[@class="subtitle"]
|
content_xpath : //a[contains(@class, "subtitle")]
|
||||||
categories : videos
|
categories : videos
|
||||||
shortcut : gpm
|
shortcut : gpm
|
||||||
disabled : True
|
disabled : True
|
||||||
|
Loading…
Reference in New Issue
Block a user