parent
2a707c1072
commit
0431f55f9b
|
@ -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 |
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue