[TwitterBridgeExtended] -> [TwitterBridge] make this the only one

This commit is contained in:
logmanoriginal 2016-08-10 11:00:40 +02:00
parent 1ea38d521d
commit 68d1c1f961

View file

@ -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"] =