diff options
author | Alexandre Flament <alex@al-f.net> | 2021-02-09 11:38:50 +0100 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-02-09 11:38:50 +0100 |
commit | 9211cdfe9b2b628ffb2780a86bf69def318505c4 (patch) | |
tree | 431d057afc338583b53859f07c6a9b4c59384d3c /searx | |
parent | f03ad0a3c0d32d6f6389c7891d752da11c0e8534 (diff) | |
download | searxng-9211cdfe9b2b628ffb2780a86bf69def318505c4.tar.gz searxng-9211cdfe9b2b628ffb2780a86bf69def318505c4.zip |
[upd] remove google_play_music engine
Google Play Music has been replaced by Youtube music.
Diffstat (limited to 'searx')
-rw-r--r-- | searx/settings.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index af6e3a47e..e8b5f1824 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -583,25 +583,6 @@ engines: require_api_key: false results: HTML - - name : google play music - engine : xpath - search_url : https://play.google.com/store/search?q={query}&c=music - 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"]' - thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]//img/@data-src' - categories : music - shortcut : gps - disabled : True - about: - website: https://play.google.com/ - wikidata_id: Q79576 - official_api_documentation: - use_official_api: false - require_api_key: false - results: HTML - - name : geektimes engine : xpath paging : True |