diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2014-09-01 18:30:55 +0200 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2014-09-01 18:30:55 +0200 |
| commit | f36d1e28fae212b8b8640324d2e787b73305e2d2 (patch) | |
| tree | 3ea188d416f972d1f7f1f4db7e218d5b491f93f8 /searx/settings.yml | |
| parent | 55dfb305a0057b8e94706ae152bb61d07772f334 (diff) | |
| parent | 58a443be29e9fda5273af5118d72ff512ecb9e08 (diff) | |
Merge pull request #88 from pointhi/engines
update and fix search engines
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 0277b7915..6d398f871 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -20,6 +20,11 @@ engines: locale : en-US shortcut : bi + - name : bing images + engine : bing_images + locale : en-US + shortcut : bii + - name : bing news engine : bing_news locale : en-US @@ -148,11 +153,7 @@ engines: - name : vimeo engine : vimeo - categories : videos - results_xpath : //div[@id="browse_content"]/ol/li - url_xpath : ./a/@href - title_xpath : ./a/div[@class="data"]/p[@class="title"]/text() - content_xpath : ./a/img/@src + locale : en-US shortcut : vm locales: |