forked from blallo/rss-bridge
Update TwitterBridge.php
This commit is contained in:
parent
0d57d97772
commit
f3dd80d73f
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
*
|
*
|
||||||
* @name Twitter Bridge
|
* @name Twitter Bridge
|
||||||
* @description Returns user timelines or keyword/hashtag search results (without using their API).
|
* @description Returns user timelines or keyword/hashtag search results (without using their API).
|
||||||
* @use1(q="keyword or hashtag")
|
* @use1(q="keyword or #hashtag")
|
||||||
* @use2(u="username")
|
* @use2(u="username")
|
||||||
*/
|
*/
|
||||||
class TwitterBridge extends BridgeAbstract{
|
class TwitterBridge extends BridgeAbstract{
|
||||||
|
@ -51,4 +51,4 @@ class TwitterBridge extends BridgeAbstract{
|
||||||
public function getCacheDuration(){
|
public function getCacheDuration(){
|
||||||
return 300; // 5 minutes
|
return 300; // 5 minutes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue