|
@@ -250,8 +250,8 @@ engines:
|
250
|
250
|
engine : xpath
|
251
|
251
|
search_url : https://play.google.com/store/search?q={query}&c=movies
|
252
|
252
|
url_xpath : //a[@class="title"]/@href
|
253
|
|
- title_xpath : //a[@class="title"]
|
254
|
|
- content_xpath : //a[@class="subtitle"]
|
|
253
|
+ title_xpath : //a[@class="title"]/@title
|
|
254
|
+ content_xpath : //a[contains(@class, "subtitle")]
|
255
|
255
|
categories : videos
|
256
|
256
|
shortcut : gpm
|
257
|
257
|
disabled : True
|