LeerCapitulo: Update domain (#3019)

update domain
This commit is contained in:
bapeey 2024-05-14 20:43:45 -05:00 committed by Draff
parent 78847a26e6
commit 75db04eca2
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'LeerCapitulo'
extClass = '.LeerCapitulo'
extVersionCode = 8
extVersionCode = 9
}
apply from: "$rootDir/common.gradle"

View File

@ -31,7 +31,7 @@ class LeerCapitulo : ParsedHttpSource() {
private val json: Json by injectLazy()
override val baseUrl = "https://www.leercapitulo.com"
override val baseUrl = "https://www.leercapitulo.co"
override val client = super.client.newBuilder()
.rateLimitHost(baseUrl.toHttpUrl(), 1, 3)