Skip to content

Commit

Permalink
Fix domains (#6898)
Browse files Browse the repository at this point in the history
* change domain manhwaindo

* change domain bacakomik

* change extName

Co-authored-by: Chopper  <[email protected]>

---------

Co-authored-by: Chopper <[email protected]>
  • Loading branch information
dngonz and choppeh authored Dec 30, 2024
1 parent dda4850 commit a82d3b1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/id/bacakomik/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
extName = 'BacaKomik'
extClass = '.BacaKomik'
extVersionCode = 10
extVersionCode = 11
}

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

class BacaKomik : ParsedHttpSource() {
override val name = "BacaKomik"
override val baseUrl = "https://bacakomik.net"
override val baseUrl = "https://bacakomik.one"
override val lang = "id"
override val supportsLatest = true
private val dateFormat: SimpleDateFormat = SimpleDateFormat("MMM d, yyyy", Locale.US)
Expand Down
6 changes: 3 additions & 3 deletions src/id/manhwaindo/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ext {
extName = 'ManhwaIndo'
extName = 'Manhwa Indo'
extClass = '.ManhwaIndo'
themePkg = 'mangathemesia'
baseUrl = 'https://manhwaindo.net'
overrideVersionCode = 5
baseUrl = 'https://manhwaindo.one'
overrideVersionCode = 6
isNsfw = true
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import java.util.Locale

class ManhwaIndo : MangaThemesia(
"Manhwa Indo",
"https://manhwaindo.net",
"https://manhwaindo.one",
"id",
"/series",
SimpleDateFormat("MMMM dd, yyyy", Locale.US),
Expand Down

0 comments on commit a82d3b1

Please sign in to comment.