Korrigiere Favicon
This commit is contained in:
@@ -4,7 +4,6 @@ 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 = [
|
||||
[
|
||||
@@ -19,6 +18,11 @@ class GalleryEpicBridge extends BridgeAbstract
|
||||
];
|
||||
const CACHE_TIMEOUT = 21600; // 6 hours
|
||||
|
||||
public function getIcon()
|
||||
{
|
||||
return 'https://www.google.com/s2/favicons?domain=galleryepic.com&sz=32';
|
||||
}
|
||||
|
||||
private $feedName = null;
|
||||
|
||||
public function collectData()
|
||||
|
||||
Reference in New Issue
Block a user