0
0
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:
jeanlalouttre 2025-05-15 00:25:02 +02:00 committed by GitHub
parent dca8164b8f
commit 56401538e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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());