1
0

Nutze Google Favicon API für ICON

This commit is contained in:
Akamaru
2025-11-17 21:05:13 +01:00
parent a55d1abb80
commit 789c5391de
35 changed files with 67 additions and 145 deletions

View File

@@ -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');