1
0

Nutze Google Favicon API für ICON

This commit is contained in:
Akamaru
2025-11-17 21:05:13 +01:00
parent a55d1abb80
commit 789c5391de
35 changed files with 67 additions and 145 deletions

View File

@@ -4,6 +4,7 @@ class Y2MateDownloaderBridge extends BridgeAbstract {
const MAINTAINER = 'Akamaru';
const NAME = 'Y2Mate Downloader Changelog';
const URI = 'https://y2matedownloader.com/y2mate-downloader-changelog';
const ICON = 'https://www.google.com/s2/favicons?domain=y2matedownloader.com&sz=32';
const CACHE_TIMEOUT = 21600; // 6 hours
const DESCRIPTION = 'Changelog for Y2Mate Downloader';
const PARAMETERS = [
@@ -86,8 +87,4 @@ class Y2MateDownloaderBridge extends BridgeAbstract {
}
}
}
public function getIcon() {
return 'https://c1.y2matedownloader.com/favicon.ico';
}
}