Fix Henchan BaseUrl (#8378)

* Fix Base Url

* Bump Version
This commit is contained in:
FourTOne5 2021-08-03 19:05:21 +06:00 committed by GitHub
parent 4b5889ac41
commit 687ddea5fc
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 = 'Henchan'
pkgNameSuffix = 'ru.henchan'
extClass = '.Henchan'
extVersionCode = 24
extVersionCode = 25
libVersion = '1.2'
containsNsfw = true
}

View File

@ -35,7 +35,7 @@ class Henchan : ParsedHttpSource() {
override val name = "Henchan"
override val baseUrl = "https://hchan.me/"
override val baseUrl = "https://hchan.me"
private val exhentaiBaseUrl = "http://exhentai-dono.me"