Initial commit
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 6.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 9.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
BIN
multisrc/overrides/madara/shieldmanga/res/web_hi_res_512.png
Normal file
BIN
multisrc/overrides/madara/shieldmanga/res/web_hi_res_512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 208 KiB |
17
multisrc/overrides/madara/shieldmanga/src/ShieldManga.kt
Normal file
17
multisrc/overrides/madara/shieldmanga/src/ShieldManga.kt
Normal file
@@ -0,0 +1,17 @@
|
||||
package eu.kanade.tachiyomi.extension.en.shieldmanga
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||
import okhttp3.OkHttpClient
|
||||
|
||||
class ShieldManga : Madara("Shield Manga", "https://shieldmanga.io", "en") {
|
||||
|
||||
override val client: OkHttpClient = super.client.newBuilder()
|
||||
.rateLimit(1)
|
||||
.build()
|
||||
|
||||
// The website does not flag the content.
|
||||
override val filterNonMangaItems = false
|
||||
|
||||
override fun chapterListSelector() = "li.wp-manga-hapter, .version-chap li"
|
||||
}
|
||||
Reference in New Issue
Block a user