TruyenQQ: update base URL (#14797)

* chore(truyenqq): update base URL

* chore(truyenqq): bump version
This commit is contained in:
beerpsi 2023-01-04 21:18:49 +07:00 committed by GitHub
parent a457e76b05
commit 1d77f0c61c
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 = 'TruyenQQ' extName = 'TruyenQQ'
pkgNameSuffix = 'vi.truyenqq' pkgNameSuffix = 'vi.truyenqq'
extClass = '.TruyenQQ' extClass = '.TruyenQQ'
extVersionCode = 8 extVersionCode = 9
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -25,7 +25,7 @@ class TruyenQQ : ParsedHttpSource() {
override val lang: String = "vi" override val lang: String = "vi"
override val baseUrl: String = "http://truyenqqvip.com" override val baseUrl: String = "http://truyenqqhot.com"
override val supportsLatest: Boolean = true override val supportsLatest: Boolean = true