SpyFakku | Update baseUrl (#4660)

Update baseUrl
This commit is contained in:
KenjieDec 2024-08-17 21:52:36 +07:00 committed by GitHub
parent aa9ed2448e
commit 0ec8a590d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'SpyFakku'
extClass = '.SpyFakku'
extVersionCode = 6
extVersionCode = 7
isNsfw = true
}

View File

@ -24,7 +24,7 @@ class SpyFakku : HttpSource() {
override val name = "SpyFakku"
override val baseUrl = "https://fakku.cc"
override val baseUrl = "https://hentalk.pw"
private val baseImageUrl = "https://cdn.fakku.cc/image"