Add Wearehunger (#10329)

This commit is contained in:
manti 2025-09-01 11:08:55 +02:00 committed by Draff
parent a62e17736c
commit 0defe7773b
Signed by: Draff
GPG Key ID: E8A89F3211677653
7 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'Wearehunger'
extClass = '.Wearehunger'
themePkg = 'madara'
baseUrl = 'https://www.wearehunger.site'
overrideVersionCode = 0
isNsfw = false
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View File

@ -0,0 +1,9 @@
package eu.kanade.tachiyomi.extension.en.wearehunger
import eu.kanade.tachiyomi.multisrc.madara.Madara
class Wearehunger : Madara(
"Wearehunger",
"https://www.wearehunger.site",
"en",
)