diff options
author | Adam Tauber <asciimoo@gmail.com> | 2021-03-25 00:55:53 +0100 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2021-03-25 00:55:53 +0100 |
commit | 50ba2b9e87ef61e96da124f906d3aff4c7870e3f (patch) | |
tree | 1192deda0f391a0dc34dd62933aa38c95e0c2825 | |
parent | 88657fe9c2a41b9be38ee5146e5870672416db12 (diff) | |
download | searxng-50ba2b9e87ef61e96da124f906d3aff4c7870e3f.tar.gz searxng-50ba2b9e87ef61e96da124f906d3aff4c7870e3f.zip |
[fix] update google play movies xpath
-rw-r--r-- | searx/settings.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 00299153f..de52a51e1 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -563,10 +563,10 @@ engines: - name : google play movies engine : xpath search_url : https://play.google.com/store/search?q={query}&c=movies - results_xpath : '//div[@class="WHE7ib mpg5gc"]' - title_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a' - url_xpath : './/div[@class="RZEgze"]//div[@title and not(@title="")]/a/@href' - content_xpath : './/div[@class="RZEgze"]//a[@class="mnKHRc"]' + results_xpath : '//div[@class="ImZGtf mpg5gc"]' + title_xpath : './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a' + url_xpath : './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a/@href' + content_xpath : './/div[@class="kCSSQe"]' thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]//img/@data-src' categories : videos shortcut : gpm |