InfinityScans: Update baseUrl (#6578)

This commit is contained in:
Michał Marszałek 2024-12-12 07:28:36 +01:00 committed by Draff
parent 5df41c9b5f
commit 21d51725e5
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -26,7 +26,7 @@ class InfinityScans : HttpSource() {
override val name = "InfinityScans"
override val baseUrl = "https://infinityscans.net"
override val baseUrl = "https://infinityscans.org"
private val cdnHost = "cdn.infinityscans.net"
override val lang = "en"