Add MangaBin (#7802)

This commit is contained in:
dngonz 2025-03-01 04:24:59 +01:00 committed by Draff
parent 4446491912
commit 5767234606
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'MangaBin'
extClass = '.MangaBin'
themePkg = 'madara'
baseUrl = 'https://mangabin.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View File

@ -0,0 +1,11 @@
package eu.kanade.tachiyomi.extension.en.mangabin
import eu.kanade.tachiyomi.multisrc.madara.Madara
class MangaBin : Madara(
"MangaBin",
"https://mangabin.com",
"en",
) {
override val useNewChapterEndpoint = true
}