mangalazy: fix page issue (#7518)
* Delete ic_launcher.png * Delete ic_launcher.png * Delete ic_launcher.png * Delete ic_launcher.png * Delete ic_launcher.png * Delete web_hi_res_512.png * Delete MangaLazy.kt * Create MangaLazy.kt * add mangalazy icon * Update MadaraGenerator.kt
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 8.4 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 55 KiB |
|
@ -1,4 +1,3 @@
|
|||
|
||||
package eu.kanade.tachiyomi.extension.en.mangalazy
|
||||
|
||||
import eu.kanade.tachiyomi.lib.ratelimit.RateLimitInterceptor
|
||||
|
@ -17,6 +16,8 @@ class MangaLazy : Madara("MangaLazy", "https://mangalazy.com", "en") {
|
|||
.addNetworkInterceptor(rateLimitInterceptor)
|
||||
.build()
|
||||
|
||||
override val pageListParseSelector = "div.page-break, li.blocks-gallery-item"
|
||||
|
||||
override fun getGenreList() = listOf(
|
||||
Genre("Action", "action"),
|
||||
Genre("Adult", "adult"),
|
|
@ -116,7 +116,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
|||
SingleLang("MangaKomi", "https://mangakomi.com", "en", overrideVersionCode = 2),
|
||||
SingleLang("Manga Land Arabic", "https://mangalandarabic.com", "ar"),
|
||||
SingleLang("مانجا ليك", "https://mangalek.com", "ar", className = "Mangalek"),
|
||||
SingleLang("MangaLazy", "https://mangalazy.com", "en", isNsfw = true),
|
||||
SingleLang("MangaLazy", "https://mangalazy.com", "en", isNsfw = true, overrideVersionCode = 1),
|
||||
SingleLang("MangaLionz", "https://mangalionz.com", "ar"),
|
||||
SingleLang("مانجا لينك", "https://mangalink.io", "ar", className = "MangaLinkio", overrideVersionCode = 1),
|
||||
SingleLang("Manga Lord", "https://mangalord.com", "en", overrideVersionCode = 1),
|
||||
|
|