mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-03 07:07:39 +02:00
Merge pull request #226 from aledeg/youtube-bridge
Update youtube bridge
This commit is contained in:
@@ -31,10 +31,10 @@ class YoutubeBridge extends BridgeAbstract {
|
|||||||
$this->parameters['By channel id'] =
|
$this->parameters['By channel id'] =
|
||||||
'[
|
'[
|
||||||
{
|
{
|
||||||
"type" : "number",
|
"type" : "text",
|
||||||
"identifier" : "c",
|
"identifier" : "c",
|
||||||
"name" : "channel id",
|
"name" : "channel id",
|
||||||
"exampleValue" : "15",
|
"exampleValue" : "test",
|
||||||
"required" : "required"
|
"required" : "required"
|
||||||
}
|
}
|
||||||
]';
|
]';
|
||||||
|
Reference in New Issue
Block a user