Browse Source

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
Albirew 8 years ago
parent
commit
b0c15c3377
1 changed files with 1 additions and 1 deletions
  1. 1 1
      formats/AtomFormat.php

+ 1 - 1
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 = '';