WPMangaStream: fix some extra chapter, add icons (#6033)
* Kiryuu: fix extra chapter, add icons * change the factory instead
This commit is contained in:
parent
81f6beb216
commit
b9ed6c6329
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
After Width: | Height: | Size: 112 KiB |
|
@ -1,11 +1,11 @@
|
||||||
package eu.kanade.tachiyomi.extension.id.kiryuu
|
package eu.kanade.tachiyomi.extension.id.kiryuu
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.lib.ratelimit.RateLimitInterceptor
|
||||||
import eu.kanade.tachiyomi.multisrc.wpmangastream.WPMangaStream
|
import eu.kanade.tachiyomi.multisrc.wpmangastream.WPMangaStream
|
||||||
import eu.kanade.tachiyomi.source.model.Page
|
import eu.kanade.tachiyomi.source.model.Page
|
||||||
import org.jsoup.nodes.Document
|
|
||||||
import eu.kanade.tachiyomi.lib.ratelimit.RateLimitInterceptor
|
|
||||||
import java.util.concurrent.TimeUnit
|
|
||||||
import okhttp3.OkHttpClient
|
import okhttp3.OkHttpClient
|
||||||
|
import org.jsoup.nodes.Document
|
||||||
|
import java.util.concurrent.TimeUnit
|
||||||
|
|
||||||
class Kiryuu : WPMangaStream("Kiryuu", "https://kiryuu.co", "id") {
|
class Kiryuu : WPMangaStream("Kiryuu", "https://kiryuu.co", "id") {
|
||||||
// Formerly "Kiryuu (WP Manga Stream)"
|
// Formerly "Kiryuu (WP Manga Stream)"
|
||||||
|
|
|
@ -182,7 +182,7 @@ abstract class WPMangaStream(
|
||||||
else -> SManga.UNKNOWN
|
else -> SManga.UNKNOWN
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun chapterListSelector() = "div.bxcl ul li, div.cl ul li, li:has(div.chbox):has(div.eph-num)"
|
override fun chapterListSelector() = "div.bxcl ul li, div.cl ul li, ul li:has(div.chbox):has(div.eph-num)"
|
||||||
|
|
||||||
override fun chapterListParse(response: Response): List<SChapter> {
|
override fun chapterListParse(response: Response): List<SChapter> {
|
||||||
val document = response.asJsoup()
|
val document = response.asJsoup()
|
||||||
|
|
|
@ -9,7 +9,7 @@ class WPMangaStreamGenerator : ThemeSourceGenerator {
|
||||||
|
|
||||||
override val themeClass = "WPMangaStream"
|
override val themeClass = "WPMangaStream"
|
||||||
|
|
||||||
override val baseVersionCode: Int = 1
|
override val baseVersionCode: Int = 2
|
||||||
|
|
||||||
override val sources = listOf(
|
override val sources = listOf(
|
||||||
SingleLang("Reset Scans", "https://reset-scans.com", "en"),
|
SingleLang("Reset Scans", "https://reset-scans.com", "en"),
|
||||||
|
|
Loading…
Reference in New Issue