1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-31 22:00:23 +02:00

Deuxième lot de bridges.

This commit is contained in:
teromene
2015-11-04 09:47:21 +00:00
committed by Mitsukarenai
parent 2d526f4e0a
commit 3cb652b812
12 changed files with 111 additions and 106 deletions

View File

@@ -15,8 +15,8 @@
* Description for the API is available on GitHub: https://github.com/justintv/twitch-api
*/
define(TWITCH_LIMIT, 10); // The default limit
define(TWITCH_BROADCASTS, 'false'); // The default flag for broadcasts
define('TWITCH_LIMIT', 10); // The default limit
define('TWITCH_BROADCASTS', 'false'); // The default flag for broadcasts
class TwitchApiBridge extends BridgeAbstract{