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

@@ -3,6 +3,7 @@ class MuchoHentaiBridge extends BridgeAbstract {
const NAME = 'MuchoHentai ENG Subbed Releases';
const URI = 'https://muchohentai.com/';
const ICON = 'https://www.google.com/s2/favicons?domain=muchohentai.com&sz=32';
const DESCRIPTION = 'Shows new english subbed releases from MuchoHentai';
const MAINTAINER = 'Akamaru';
const CACHE_TIMEOUT = 3600; // 1 Stunde Cache
@@ -24,10 +25,6 @@ class MuchoHentaiBridge extends BridgeAbstract {
]
];
public function getIcon() {
return 'https://static1.muchohentai.com/wp-content/uploads/xfavicon.png.pagespeed.ic.MKVCUqwTqw.png';
}
public function collectData() {
$limit = $this->getInput('limit');
$fullContent = $this->getInput('full');