WNACG: update URL (#14824)

This commit is contained in:
stevenyomi 2023-01-06 21:27:36 +08:00 committed by GitHub
parent 70ff14a274
commit d957b0b0f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'WNACG'
pkgNameSuffix = 'zh.wnacg'
extClass = '.wnacg'
extVersionCode = 9
extVersionCode = 10
isNsfw = true
}

View File

@ -18,7 +18,7 @@ import rx.Observable
// URL can be found at https://www.wnacglink.top/
class wnacg : ParsedHttpSource() {
override val name = "紳士漫畫"
override val baseUrl = "https://www.wnacg.top"
override val baseUrl = "https://www.htmanga.top"
override val lang = "zh"
override val supportsLatest = false