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

@@ -3,13 +3,10 @@ class StellaSoraBridge extends BridgeAbstract {
const MAINTAINER = 'Akamaru';
const NAME = 'Stella Sora News';
const URI = 'https://stellasora.global/news/';
const ICON = 'https://www.google.com/s2/favicons?domain=stellasora.global&sz=32';
const CACHE_TIMEOUT = 21600; // 6h
const DESCRIPTION = 'Get the latest news from Stella Sora (Global)';
public function getIcon() {
return 'https://novaweb-usstatic.yo-star.com/h5/favicon.png';
}
public function collectData() {
$apiUrl = 'https://stellasora.global/api/resource/news?index=1&size=999&type=latest';
$json = getContents($apiUrl)