mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Merge pull request #346 from Cqoicebordel/youtube
Adds engines : Youtube with or without API and multiple Qwant
This commit is contained in:
commit
8ce6043859
8 changed files with 813 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue