
* SinMH: upload date logic and cleanup * Fix chapter and page list parse * SinMH: move, rename and fix Manhuadui -> YKMH * Fetch categories on popular/latest manga parse * Change SChapter List sorting * [skip ci] refine filter prompt
11 lines
295 B
Kotlin
11 lines
295 B
Kotlin
package eu.kanade.tachiyomi.extension.zh.gufengmh
|
|
|
|
import eu.kanade.tachiyomi.multisrc.sinmh.SinMH
|
|
|
|
class Gufengmh : SinMH("古风漫画网", "https://www.gufengmh9.com") {
|
|
|
|
override val dateSelector = ".pic_zi:nth-of-type(4) > dd"
|
|
|
|
override fun chapterListSelector() = ".list li > a"
|
|
}
|