Browse Source

fix google play movies xpath

Noémi Ványi 8 years ago
parent
commit
c6ed0dae6c
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      searx/settings.yml

+ 2
- 2
searx/settings.yml View File

@@ -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