mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-23 23:16:53 +00:00
add spaces between =>
This commit is contained in:
parent
baa9a7e145
commit
a73ce0e450
@ -17,7 +17,7 @@ class GoogleSearchBridge extends BridgeAbstract
|
||||
|
||||
const PARAMETERS = array( array(
|
||||
'q' => array(
|
||||
'name'=>"keyword",
|
||||
'name' "" =>keyword",
|
||||
'required' =>true
|
||||
)
|
||||
));
|
||||
|
@ -25,14 +25,14 @@ class YoutubeBridge extends BridgeAbstract
|
||||
'By channel id' => array(
|
||||
'c' => array(
|
||||
'name' => 'channel id',
|
||||
'exampleValue'=>"15",
|
||||
'exampleValue' "" =>15",
|
||||
'required' =>true
|
||||
)
|
||||
),
|
||||
'By playlist Id' => array(
|
||||
'p' => array(
|
||||
'name' => 'playlist id',
|
||||
'exampleValue'=>"15"
|
||||
'exampleValue' "" =>15"
|
||||
)
|
||||
),
|
||||
'Search result' => array(
|
||||
|
Loading…
Reference in New Issue
Block a user