Nutze Google Favicon API für ICON
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user