diff options
author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-05-31 00:25:59 +0200 |
---|---|---|
committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-05-31 00:25:59 +0200 |
commit | f965c978222cf48e8dd4b7dd6c9a28ccca9bc62f (patch) | |
tree | c2bd2e7e17cc3090404390694f7127a580b589a8 /searx/settings.yml | |
parent | aac8d3a7bfdd77a5369e52a4ece99b20669a4625 (diff) | |
download | searxng-f965c978222cf48e8dd4b7dd6c9a28ccca9bc62f.tar.gz searxng-f965c978222cf48e8dd4b7dd6c9a28ccca9bc62f.zip |
Adds two engines : Youtube with or without API
The API needs an API_KEY
The NOAPI doesn't have the published dates.
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index d35b1378a..519ea8be1 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -242,8 +242,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 |