Nutze Google Favicon API für ICON
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user