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
This commit is contained in:
CVIUS 2021-06-07 18:53:00 +08:00 committed by GitHub
parent bf8b5d5df9
commit e76b153fb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 3 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 55 KiB

View File

@ -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"),

View File

@ -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),