kasperskier d7f162058f
SinMH: upload date logic, fixes, move YKMH source (#12189)
* 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
2022-06-15 11:10:49 -03:00

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"
}