forked from blallo/rss-bridge
Merge pull request #226 from aledeg/youtube-bridge
Update youtube bridge
This commit is contained in:
commit
937ef6b979
1 changed files with 2 additions and 2 deletions
|
@ -31,10 +31,10 @@ class YoutubeBridge extends BridgeAbstract {
|
|||
$this->parameters['By channel id'] =
|
||||
'[
|
||||
{
|
||||
"type" : "number",
|
||||
"type" : "text",
|
||||
"identifier" : "c",
|
||||
"name" : "channel id",
|
||||
"exampleValue" : "15",
|
||||
"exampleValue" : "test",
|
||||
"required" : "required"
|
||||
}
|
||||
]';
|
||||
|
|
Loading…
Reference in a new issue