1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-12 11:34:09 +02:00

[Various] getKey replacements and docu (#3283)

* [Various] getKey replacements and docu

* more bridges and fix to the abstract

* linting

* revert bandcampdaily. doing more than i thought
This commit is contained in:
Bocki
2023-03-06 20:01:51 +01:00
committed by GitHub
parent b40714079f
commit f0e5ef0fc5
16 changed files with 57 additions and 100 deletions

View File

@@ -147,10 +147,7 @@ EOD;
public function getName()
{
if (!is_null($this->getInput('country'))) {
$parameters = $this->getParameters();
$values = array_flip($parameters[0]['country']['values']);
return $values[$this->getInput('country')] . ' - TwitScoop';
return $this->getKey('country') . ' - TwitScoop';
}
return parent::getName();