Nutze Google Favicon API für ICON
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
class SnowbreakNewsBridge extends BridgeAbstract {
|
||||
const NAME = 'Snowbreak: Containment Zone News';
|
||||
const URI = 'https://snowbreak.amazingseasun.com';
|
||||
const ICON = 'https://www.google.com/s2/favicons?domain=snowbreak.amazingseasun.com&sz=32';
|
||||
const DESCRIPTION = 'Returns the latest news from Snowbreak: Containment Zone';
|
||||
const MAINTAINER = 'Akamaru';
|
||||
const CACHE_TIMEOUT = 21600; // 6 hours
|
||||
@@ -20,7 +21,6 @@ class SnowbreakNewsBridge extends BridgeAbstract {
|
||||
]
|
||||
]
|
||||
];
|
||||
const FAVICON = 'https://snowbreak.amazingseasun.com/p/zt/2023/07/13/index/static/favicon.ico';
|
||||
|
||||
public function collectData() {
|
||||
$category = $this->getInput('category');
|
||||
|
||||
Reference in New Issue
Block a user