浏览代码

fix google play movies xpath

Noémi Ványi 8 年前
父节点
当前提交
c6ed0dae6c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      searx/settings.yml

+ 2
- 2
searx/settings.yml 查看文件

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