mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-18 08:18:35 +02:00
[HelloAssoBridge.php] remove unused function
This commit is contained in:
parent
dca8164b8f
commit
56401538e8
1 changed files with 0 additions and 8 deletions
|
@ -30,14 +30,6 @@ class HelloAssoBridge extends BridgeAbstract
|
|||
return $this->orgname ? $this->orgname . ' - ' . static::NAME : static::NAME;
|
||||
}
|
||||
|
||||
public function getDescription()
|
||||
{
|
||||
if (!is_null($this->getInput('search'))) {
|
||||
return 'Latest torrents for "' . $this->getInput('search') . '"';
|
||||
}
|
||||
return parent::getDescription();
|
||||
}
|
||||
|
||||
public function collectData()
|
||||
{
|
||||
$html = getSimpleHTMLDOM($this->getURI());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue