mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-06-29 18:21:07 +00:00
[HelloAssoBridge.php] remove unused function
This commit is contained in:
parent
dca8164b8f
commit
56401538e8
@ -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…
Reference in New Issue
Block a user