Skip to content

Commit

Permalink
KomikIndoID: baseURL updated (#5216)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivalafreak1 authored and cuong-tran committed Sep 25, 2024
1 parent 2931de4 commit 74f3cc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/id/komikindoid/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
extName = 'KomikIndoID'
extClass = '.KomikIndoID'
extVersionCode = 13
extVersionCode = 14
}

apply from: "$rootDir/common.gradle"
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import java.util.Locale

class KomikIndoID : ParsedHttpSource() {
override val name = "KomikIndoID"
override val baseUrl = "https://komikindo.tv"
override val baseUrl = "https://komikindo.lol"
override val lang = "id"
override val supportsLatest = true
override val client: OkHttpClient = network.cloudflareClient
Expand Down

0 comments on commit 74f3cc5

Please sign in to comment.