Add manga18free (#7726)

Added en/manga18free
This commit is contained in:
Chocobo Latos 2025-02-20 21:46:36 +07:00 committed by Draff
parent 2a707c1072
commit 0431f55f9b
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 = 'Manga18Free'
extClass = '.manga18free'
themePkg = 'madara'
baseUrl = 'https://manga18free.com'
overrideVersionCode = 1
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -0,0 +1,11 @@
package eu.kanade.tachiyomi.extension.en.manga18free
import eu.kanade.tachiyomi.multisrc.madara.Madara
class manga18free : Madara(
"Manga18Free",
"https://manga18free.com",
"en",
) {
override fun searchMangaNextPageSelector() = "a.nextpostslink"
}