Add YKMH back (#13454)

This commit is contained in:
stevenyomi 2022-09-13 20:03:33 +08:00 committed by GitHub
parent 898c9457ae
commit cb8e4d0402
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 19 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

View File

@ -0,0 +1,15 @@
package eu.kanade.tachiyomi.extension.zh.manhuadui
import eu.kanade.tachiyomi.multisrc.sinmh.SinMH
import eu.kanade.tachiyomi.source.model.SChapter
import org.jsoup.nodes.Document
// This site blocks IP outside China
class YKMH : SinMH("优酷漫画", "http://www.ykmh.com") {
override val id = 1637952806167036168
override val mobileUrl = "http://wap.ykmh.com"
override fun mangaDetailsParse(document: Document) = mangaDetailsParseDMZJStyle(document, hasBreadcrumb = false)
override fun List<SChapter>.sortedDescending() = this
}

View File

@ -16,6 +16,10 @@ class SinMHGenerator : ThemeSourceGenerator {
name = "Imitui Manhua", baseUrl = "https://www.imitui.com", lang = "zh", name = "Imitui Manhua", baseUrl = "https://www.imitui.com", lang = "zh",
className = "Imitui", sourceName = "爱米推漫画", overrideVersionCode = 2 className = "Imitui", sourceName = "爱米推漫画", overrideVersionCode = 2
), ),
SingleLang( // This site blocks IP outside China
name = "YKMH", baseUrl = "http://www.ykmh.com", lang = "zh", className = "YKMH",
pkgName = "manhuadui", sourceName = "优酷漫画", overrideVersionCode = 17
),
SingleLang( SingleLang(
name = "Qinqin Manhua", baseUrl = "https://www.acgqd.com", lang = "zh", name = "Qinqin Manhua", baseUrl = "https://www.acgqd.com", lang = "zh",
className = "Qinqin", sourceName = "亲亲漫画", overrideVersionCode = 1 className = "Qinqin", sourceName = "亲亲漫画", overrideVersionCode = 1