diff options
author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-03-04 13:13:16 +0100 |
---|---|---|
committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-03-04 13:13:16 +0100 |
commit | dcd1b99a52ed905f59c1c572db97ad4b466420c2 (patch) | |
tree | 0b3f41f3073a89ca6e7d9b528a081dc7cc5f42cc /searx/settings.yml | |
parent | f1404ce72d5c789a12211a5ea9f3ea08ebf83986 (diff) | |
download | searxng-dcd1b99a52ed905f59c1c572db97ad4b466420c2.tar.gz searxng-dcd1b99a52ed905f59c1c572db97ad4b466420c2.zip |
Adding news site's to settings.yml
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 86514c1e4..7a32c629c 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -17,6 +17,11 @@ engines: locale : en-US shortcut : bi + - name : bing news + engine : bing_news + locale : en-US + shortcut : bin + - name : currency engine : currency_convert categories : general @@ -61,6 +66,10 @@ engines: engine : google_images shortcut : goi + - name : google news + engine : google_news + shortcut : gon + - name : piratebay engine : piratebay categories : videos, music, files @@ -112,6 +121,10 @@ engines: engine : yahoo shortcut : yh + - name : yahoo news + engine : yahoo_news + shortcut : yhn + - name : youtube engine : youtube categories : videos |