Korrigiere Favicon
This commit is contained in:
@@ -5,10 +5,14 @@ class DubesorBridge extends BridgeAbstract
|
||||
const MAINTAINER = 'Brawl, Claude';
|
||||
const NAME = 'Dubesor LLM Benchmark First Impressions';
|
||||
const URI = 'https://dubesor.de/first-impressions';
|
||||
const ICON = 'https://www.google.com/s2/favicons?domain=dubesor.de&sz=32';
|
||||
const CACHE_TIMEOUT = 43200; // 12h
|
||||
const DESCRIPTION = 'First impressions blog from Dubesor';
|
||||
|
||||
public function getIcon()
|
||||
{
|
||||
return 'https://www.google.com/s2/favicons?domain=dubesor.de&sz=32';
|
||||
}
|
||||
|
||||
public function collectData()
|
||||
{
|
||||
$pageUrl = $this->getURI();
|
||||
|
||||
Reference in New Issue
Block a user