From b0c15c337768164d950933ae50a9c739ccdc5efd Mon Sep 17 00:00:00 2001 From: Albirew Date: Sun, 28 Feb 2016 11:25:56 +0100 Subject: [PATCH] Alternative for g.etfv.co favicon services g.etfv.co favicon services seems to be down since some time I replaced it with another open source project: besticon sauce: https://github.com/mat/besticon --- formats/AtomFormat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formats/AtomFormat.php b/formats/AtomFormat.php index 74e78db6..303e3866 100644 --- a/formats/AtomFormat.php +++ b/formats/AtomFormat.php @@ -23,7 +23,7 @@ class AtomFormat extends FormatAbstract{ $extraInfos = $this->getExtraInfos(); $title = xml_encode($extraInfos['name']); $uri = $extraInfos['uri']; - $icon = xml_encode('http://g.etfv.co/'. $uri .'?icon.jpg'); + $icon = xml_encode('http://icons.better-idea.org/icon?url='. $uri .'&size=64'); $uri = xml_encode($uri); $entries = '';