diff options
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 949550831..d98828ae1 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -748,6 +748,7 @@ engines: - name: google play movies engine: xpath + send_accept_language_header: true search_url: https://play.google.com/store/search?q={query}&c=movies results_xpath: '//div[@class="ImZGtf mpg5gc"]' title_xpath: './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a' |