Update Url Gufengmh "zh" (#2062)

This commit is contained in:
mohamedotaku 2024-03-24 04:36:58 +00:00 committed by Draff
parent 473b3e98ab
commit 879bb4c3eb
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Gufeng Manhua' extName = 'Gufeng Manhua'
extClass = '.Gufengmh' extClass = '.Gufengmh'
themePkg = 'sinmh' themePkg = 'sinmh'
baseUrl = 'https://www.gufengmh.com' baseUrl = 'https://www.gufengmh9.com'
overrideVersionCode = 6 overrideVersionCode = 7
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -9,7 +9,7 @@ import org.jsoup.nodes.Document
import rx.Observable import rx.Observable
import rx.Single import rx.Single
class Gufengmh : SinMH("古风漫画网", "https://www.gufengmh.com") { class Gufengmh : SinMH("古风漫画网", "https://www.gufengmh9.com") {
override fun mangaDetailsParse(document: Document): SManga = override fun mangaDetailsParse(document: Document): SManga =
super.mangaDetailsParse(document).apply { super.mangaDetailsParse(document).apply {