mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-09 10:06:33 +02:00
refactor: logger (#3678)
This commit is contained in:
@@ -36,15 +36,12 @@ class SoundCloudBridge extends BridgeAbstract
|
||||
|
||||
private $feedTitle = null;
|
||||
private $feedIcon = null;
|
||||
private CacheInterface $cache;
|
||||
|
||||
private $clientIdRegex = '/client_id.*?"(.+?)"/';
|
||||
private $widgetRegex = '/widget-.+?\.js/';
|
||||
|
||||
public function collectData()
|
||||
{
|
||||
$this->cache = RssBridge::getCache();
|
||||
|
||||
$res = $this->getUser($this->getInput('u'));
|
||||
|
||||
$this->feedTitle = $res->username;
|
||||
|
Reference in New Issue
Block a user