Add MangaClub (#8967)

add mangaclub
This commit is contained in:
bapeey 2025-05-26 14:03:24 -05:00 committed by Draff
parent fc52bba37e
commit 5d1f59089a
Signed by: Draff
GPG Key ID: E8A89F3211677653
7 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'MangaClub'
extClass = '.MangaClub'
themePkg = 'lectormoe'
baseUrl = 'https://mangaclub.moe'
overrideVersionCode = 0
isNsfw = false
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -0,0 +1,10 @@
package eu.kanade.tachiyomi.extension.es.mangaclub
import eu.kanade.tachiyomi.multisrc.lectormoe.LectorMoe
class MangaClub : LectorMoe(
"MangaClub",
"https://mangaclub.moe",
"es",
apiBaseUrl = "https://api.capibaratraductor.com",
)