Korrigiere Favicon
This commit is contained in:
@@ -3,10 +3,14 @@ class IndiegalaFreebiesBridge extends BridgeAbstract {
|
||||
const MAINTAINER = 'Akamaru';
|
||||
const NAME = 'Indiegala Freebies';
|
||||
const URI = 'https://freebies.indiegala.com/';
|
||||
const ICON = 'https://www.google.com/s2/favicons?domain=freebies.indiegala.com&sz=32';
|
||||
const CACHE_TIMEOUT = 21600; // 6h
|
||||
const DESCRIPTION = 'Get the latest free PC games from Indiegala Freebies.';
|
||||
|
||||
public function getIcon()
|
||||
{
|
||||
return 'https://www.google.com/s2/favicons?domain=freebies.indiegala.com&sz=32';
|
||||
}
|
||||
|
||||
public function collectData() {
|
||||
$html = getSimpleHTMLDOM(self::URI);
|
||||
if (!$html) return;
|
||||
|
||||
Reference in New Issue
Block a user