forked from blallo/rss-bridge
[TwitchApi] Fix homepage link
This commit is contained in:
parent
9bf493cf92
commit
1678378bab
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
* 14 days: http://blog.twitch.tv/2014/08/important-reminder-past-broadcasts-removed-today/
|
* 14 days: http://blog.twitch.tv/2014/08/important-reminder-past-broadcasts-removed-today/
|
||||||
*
|
*
|
||||||
* @name Twitch API Bridge
|
* @name Twitch API Bridge
|
||||||
* @homepage https://www.twitch.tv
|
* @homepage http://www.twitch.tv
|
||||||
* @description Returns the newest broadcasts or highlights by channel name using the Twitch API (v3)
|
* @description Returns the newest broadcasts or highlights by channel name using the Twitch API (v3)
|
||||||
* @maintainer logmanoriginal
|
* @maintainer logmanoriginal
|
||||||
* @update 2015-07-14
|
* @update 2015-07-14
|
||||||
|
@ -129,4 +129,4 @@ class TwitchApiBridge extends BridgeAbstract{
|
||||||
return 10800; // 3 hours
|
return 10800; // 3 hours
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in a new issue