Nutze Google Favicon API für ICON
This commit is contained in:
@@ -3,13 +3,10 @@ class FloridaTVBridge extends BridgeAbstract {
|
||||
const MAINTAINER = 'Akamaru';
|
||||
const NAME = 'FloridaTV Entertainment News';
|
||||
const URI = 'https://www.floridatv-entertainment.de/news/';
|
||||
const ICON = 'https://www.google.com/s2/favicons?domain=www.floridatv-entertainment.de&sz=32';
|
||||
const CACHE_TIMEOUT = 21600; // 6 Stunden
|
||||
const DESCRIPTION = 'Neueste News von FloridaTV Entertainment.';
|
||||
|
||||
public function getIcon() {
|
||||
return 'https://www.floridatv-entertainment.de/wp-content/uploads/2021/11/Favicon-florida-150x150.png';
|
||||
}
|
||||
|
||||
public function collectData() {
|
||||
$html = getSimpleHTMLDOM(self::URI);
|
||||
if (!$html) {
|
||||
|
||||
Reference in New Issue
Block a user