Nutze Google Favicon API für ICON
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
class MainPostBridge extends BridgeAbstract {
|
||||
const NAME = 'Main-Post Nachrichten';
|
||||
const URI = 'https://www.mainpost.de/';
|
||||
const ICON = 'https://www.google.com/s2/favicons?domain=www.mainpost.de&sz=32';
|
||||
const DESCRIPTION = 'Nachrichten und Artikel von der Main-Post';
|
||||
const MAINTAINER = 'Akamaru';
|
||||
const PARAMETERS = [
|
||||
@@ -298,10 +299,6 @@ class MainPostBridge extends BridgeAbstract {
|
||||
]
|
||||
];
|
||||
|
||||
public function getIcon() {
|
||||
return 'https://www.mainpost.de/favicon.ico';
|
||||
}
|
||||
|
||||
private function extractArticlesFromJSON($html) {
|
||||
$articles = [];
|
||||
$debugInfo = '';
|
||||
|
||||
Reference in New Issue
Block a user