Skip to content

Commit

Permalink
InfinityScans: Update baseUrl (#6578)
Browse files Browse the repository at this point in the history
  • Loading branch information
1aam2am1 authored Dec 12, 2024
1 parent f69f4ef commit 8cb3ae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/en/infinityscans/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
extName = 'InfinityScans'
extClass = '.InfinityScans'
extVersionCode = 5
extVersionCode = 6
isNsfw = true
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8cb3ae2

Please sign in to comment.