mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-31 15:30:01 +02:00
Do not use an external service in order to fetch the favicon.
This commit is contained in:
parent
79ebdc4b39
commit
9b34b68180
2 changed files with 4 additions and 4 deletions
|
@ -18,10 +18,10 @@ class MrssFormat extends FormatAbstract {
|
|||
if(!empty($extraInfos['uri'])) {
|
||||
$uri = $this->xml_encode($extraInfos['uri']);
|
||||
} else {
|
||||
$uri = 'https://github.com/sebsauvage/rss-bridge';
|
||||
$uri = 'https://github.com/RSS-Bridge/rss-bridge';
|
||||
}
|
||||
|
||||
$icon = $this->xml_encode('http://icons.better-idea.org/icon?url='. $uri .'&size=64');
|
||||
$icon = $this->xml_encode($uri .'/favicon.ico');
|
||||
|
||||
$items = '';
|
||||
foreach($this->getItems() as $item) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue