WNACG: update URL (#15074)

This commit is contained in:
stevenyomi 2023-01-24 18:46:29 +08:00 committed by GitHub
parent 8f3170f80a
commit 2e7414a197
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 = 10
extVersionCode = 11
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.htmanga.top"
override val baseUrl = "https://www.htcomic.top"
override val lang = "zh"
override val supportsLatest = false