diff options
author | Noémi Ványi <sitbackandwait@gmail.com> | 2016-12-11 04:30:36 +0100 |
---|---|---|
committer | Noémi Ványi <sitbackandwait@gmail.com> | 2016-12-11 11:58:49 +0100 |
commit | c6ed0dae6ca021900824a71bcf0e3be430a39bd6 (patch) | |
tree | ac44d5df554db915d750f45b71dc5f061ea28ede /searx/settings.yml | |
parent | e12ea9a5106a8b58080c0395c2fcf3f2a84808fe (diff) | |
download | searxng-c6ed0dae6ca021900824a71bcf0e3be430a39bd6.tar.gz searxng-c6ed0dae6ca021900824a71bcf0e3be430a39bd6.zip |
fix google play movies xpath
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index ef703fba4..30d31a91d 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -250,8 +250,8 @@ engines: engine : xpath search_url : https://play.google.com/store/search?q={query}&c=movies url_xpath : //a[@class="title"]/@href - title_xpath : //a[@class="title"] - content_xpath : //a[@class="subtitle"] + title_xpath : //a[@class="title"]/@title + content_xpath : //a[contains(@class, "subtitle")] categories : videos shortcut : gpm disabled : True |