Fix domains (#6898)

* change domain manhwaindo

* change domain bacakomik

* change extName

Co-authored-by: Chopper  <156493704+choppeh@users.noreply.github.com>

---------

Co-authored-by: Chopper <156493704+choppeh@users.noreply.github.com>
This commit is contained in:
dngonz 2024-12-30 18:10:39 +01:00 committed by Draff
parent 32aa5f3808
commit ecfa117f5d
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
4 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'BacaKomik'
extClass = '.BacaKomik'
extVersionCode = 10
extVersionCode = 11
}
apply from: "$rootDir/common.gradle"

View File

@ -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)

View File

@ -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
}

View File

@ -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),