mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Adds two engines : Youtube with or without API
The API needs an API_KEY The NOAPI doesn't have the published dates.
This commit is contained in:
parent
aac8d3a7bf
commit
f965c97822
6 changed files with 377 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue