mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 10:04:54 +02:00
bridges: Fix bridges that don't pass the unit test
This commit is contained in:
parent
d532d0e0c4
commit
e0db349a57
24 changed files with 1 additions and 44 deletions
|
@ -21,7 +21,6 @@ class InstructablesBridge extends BridgeAbstract {
|
|||
'category' => array(
|
||||
'name' => 'Category',
|
||||
'type' => 'list',
|
||||
'required' => true,
|
||||
'values' => array(
|
||||
'Play' => array(
|
||||
'All' => '/play/',
|
||||
|
@ -240,7 +239,6 @@ class InstructablesBridge extends BridgeAbstract {
|
|||
'filter' => array(
|
||||
'name' => 'Filter',
|
||||
'type' => 'list',
|
||||
'required' => true,
|
||||
'values' => array(
|
||||
'Featured' => ' ',
|
||||
'Recent' => 'recent/',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue