diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2015-06-02 17:26:27 -0400 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2015-06-02 17:26:27 -0400 |
| commit | 8ce604385901ddfe15ef030188970cbb9b807c6a (patch) | |
| tree | 1c58f22a74534a64720aecdbf0570e26dac81563 /searx/settings.yml | |
| parent | 9d10277c22664933c676e8541b89072b38c34b17 (diff) | |
| parent | e0774c849c48373c7a49515d5d769c5868596494 (diff) | |
Merge pull request #346 from Cqoicebordel/youtube
Adds engines : Youtube with or without API and multiple Qwant
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index ee8fc3d40..7e1a16ab8 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -168,6 +168,26 @@ engines: engine : piratebay shortcut : tpb + - name : qwant + engine : qwant + shortcut : qw + categories : general + + - name : qwant images + engine : qwant + shortcut : qwi + categories : images + + - name : qwant news + engine : qwant + shortcut : qwn + categories : news + + - name : qwant social + engine : qwant + shortcut : qws + categories : social media + - name : kickass engine : kickass shortcut : ka @@ -246,8 +266,13 @@ engines: shortcut : yhn - name : youtube - engine : youtube shortcut : yt + # You can use the engine using the official stable API, but you need an API key + # See : https://console.developers.google.com/project + # engine : youtube_api + # api_key: 'apikey' # required! + # Or you can use the html non-stable engine, activated by default + engine : youtube_noapi - name : dailymotion engine : dailymotion |