forked from blallo/rss-bridge
[TwitterBridgeExtended] -> [TwitterBridge] make this the only one
This commit is contained in:
parent
1ea38d521d
commit
68d1c1f961
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
<?php
|
||||
class TwitterBridgeExtended extends BridgeAbstract{
|
||||
class TwitterBridge extends BridgeAbstract{
|
||||
|
||||
public function loadMetadatas() {
|
||||
|
||||
$this->maintainer = "mitsukarenai";
|
||||
$this->name = "Twitter Bridge Extended";
|
||||
$this->name = "Twitter Bridge";
|
||||
$this->uri = "https://twitter.com/";
|
||||
$this->description = "(same as Twitter Bridge, but with avatar, replies and RTs)";
|
||||
$this->description = "Returns tweets by keyword/hashtag or user name";
|
||||
$this->update = "2016-08-10";
|
||||
|
||||
$this->parameters["global"] =
|
Loading…
Reference in a new issue