Initial commit
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 6.5 KiB |
BIN
multisrc/overrides/madara/newmanhua/res/web_hi_res_512.png
Normal file
BIN
multisrc/overrides/madara/newmanhua/res/web_hi_res_512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
21
multisrc/overrides/madara/newmanhua/src/NewManhua.kt
Normal file
21
multisrc/overrides/madara/newmanhua/src/NewManhua.kt
Normal file
@@ -0,0 +1,21 @@
|
||||
package eu.kanade.tachiyomi.extension.en.newmanhua
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||
import okhttp3.OkHttpClient
|
||||
|
||||
class NewManhua : Madara(
|
||||
"NewManhua",
|
||||
"https://newmanhua.com",
|
||||
"en",
|
||||
) {
|
||||
|
||||
override val client: OkHttpClient = super.client.newBuilder()
|
||||
.rateLimit(1)
|
||||
.build()
|
||||
|
||||
override val useNewChapterEndpoint = true
|
||||
|
||||
override val mangaDetailsSelectorDescription: String =
|
||||
"div.description-summary div.summary__content h3 + p, div.description-summary div.summary__content:not(:has(h3)), div.summary_content div.post-content_item > h5 + div, div.summary_content div.manga-excerpt"
|
||||
}
|
||||
Reference in New Issue
Block a user