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