Update Url Gufengmh "zh" (#2062)
This commit is contained in:
parent
473b3e98ab
commit
879bb4c3eb
|
@ -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"
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue