소스 검색

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