mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 08:28:46 +00:00
Update youtube bridge
Before, the channel id was supposed to be a number. But Youtube changed how they store a channel id. It's no longer a number, it's a string. Now, user can enter a text string instead of a number. See the example with this channel id: UC9fGq2-6FaftcegcIadLf6A
This commit is contained in:
parent
21ed355343
commit
d0defc6283
@ -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"
|
||||||
}
|
}
|
||||||
]';
|
]';
|
||||||
|
Loading…
Reference in New Issue
Block a user