Korrigiere Favicon
This commit is contained in:
@@ -3,10 +3,14 @@ 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://www.google.com/s2/favicons?domain=stellasora.global&sz=32';
|
||||
}
|
||||
|
||||
public function collectData() {
|
||||
$apiUrl = 'https://stellasora.global/api/resource/news?index=1&size=999&type=latest';
|
||||
$json = getContents($apiUrl)
|
||||
|
||||
Reference in New Issue
Block a user