mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 17:19:37 +00:00
[TwitterBridgeExtended] -> [TwitterBridge] make this the only one
This commit is contained in:
parent
1ea38d521d
commit
68d1c1f961
@ -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 New Issue
Block a user