forked from blallo/rss-bridge
Merge pull request #195 from LogMANOriginal/TwitchApiBridge
Clarify meaning of Broadcasts option in TwitchApiBridge
This commit is contained in:
commit
79a610ea69
1 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ class TwitchApiBridge extends BridgeAbstract{
|
||||||
$this->name = "Twitch API Bridge";
|
$this->name = "Twitch API Bridge";
|
||||||
$this->uri = "http://www.twitch.tv";
|
$this->uri = "http://www.twitch.tv";
|
||||||
$this->description = "Returns the newest broadcasts or highlights by channel name using the Twitch API (v3)";
|
$this->description = "Returns the newest broadcasts or highlights by channel name using the Twitch API (v3)";
|
||||||
$this->update = "2015-07-14";
|
$this->update = "2016-01-09";
|
||||||
|
|
||||||
$this->parameters["Get channel without limit"] =
|
$this->parameters["Get channel without limit"] =
|
||||||
'[
|
'[
|
||||||
|
@ -31,7 +31,7 @@ class TwitchApiBridge extends BridgeAbstract{
|
||||||
"value" : "true"
|
"value" : "true"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name" : "Don\'t show broadcasts",
|
"name" : "Show highlights",
|
||||||
"value" : "false"
|
"value" : "false"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -58,7 +58,7 @@ class TwitchApiBridge extends BridgeAbstract{
|
||||||
"value" : "true"
|
"value" : "true"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name" : "Don\'t show broadcasts",
|
"name" : "Show highlights",
|
||||||
"value" : "false"
|
"value" : "false"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue