diff options
author | asciimoo <asciimoo@gmail.com> | 2014-01-30 02:34:00 +0100 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2014-01-30 02:34:00 +0100 |
commit | c6280966f5c991bed650f39abc9b16933b0c103e (patch) | |
tree | fef1136a625375619513cc68097fda8e3b106714 /searx | |
parent | 642986c2e77ad8d4592e55e9f35f29e9e0fdcfca (diff) | |
download | searxng-c6280966f5c991bed650f39abc9b16933b0c103e.tar.gz searxng-c6280966f5c991bed650f39abc9b16933b0c103e.zip |
[enh] using yahoo engine instead of xpath for yahoo searches
Diffstat (limited to 'searx')
-rw-r--r-- | searx/settings.yml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index fe005252d..6116bd93b 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -84,13 +84,7 @@ engines: content_xpath : //div[@class="definition"] - name : yahoo - engine : xpath - search_url : http://search.yahoo.com/search?p={query} - results_xpath : //div[@class="res"] - url_xpath : .//h3/a/@href - title_xpath : .//h3/a - content_xpath : .//div[@class="abstr"] - suggestion_xpath : //div[@id="satat"]//a + engine : yahoo - name : youtube engine : youtube |