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

@@ -4,6 +4,7 @@ class GalleryEpicBridge extends BridgeAbstract
const MAINTAINER = 'Brawl, Gemini';
const NAME = 'GalleryEpic Bridge';
const URI = 'https://galleryepic.com/';
const ICON = 'https://www.google.com/s2/favicons?domain=galleryepic.com&sz=32';
const DESCRIPTION = 'Returns the latest albums for a cosplayer on GalleryEpic.';
const PARAMETERS = [
[
@@ -94,11 +95,6 @@ class GalleryEpicBridge extends BridgeAbstract
}
}
public function getIcon()
{
return 'https://galleryepic.com/icons/icon-192x192.png';
}
public function getName()
{
if (!is_null($this->feedName)) {