mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-02-16 23:29:56 +03:00
[DuckDuckGoBridge] fix keyword required status
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
2466f109b8
commit
cd088776a8
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ class DuckDuckGoBridge extends BridgeAbstract{
|
|||
'[
|
||||
{
|
||||
"name" : "keyword",
|
||||
"identifier" : "u"
|
||||
"identifier" : "u",
|
||||
"required":true
|
||||
}
|
||||
]';
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue