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 { ext {
extName = 'BacaKomik' extName = 'BacaKomik'
extClass = '.BacaKomik' extClass = '.BacaKomik'
extVersionCode = 10 extVersionCode = 11
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -20,7 +20,7 @@ import java.util.Locale
class BacaKomik : ParsedHttpSource() { class BacaKomik : ParsedHttpSource() {
override val name = "BacaKomik" override val name = "BacaKomik"
override val baseUrl = "https://bacakomik.net" override val baseUrl = "https://bacakomik.one"
override val lang = "id" override val lang = "id"
override val supportsLatest = true override val supportsLatest = true
private val dateFormat: SimpleDateFormat = SimpleDateFormat("MMM d, yyyy", Locale.US) private val dateFormat: SimpleDateFormat = SimpleDateFormat("MMM d, yyyy", Locale.US)

View File

@ -1,9 +1,9 @@
ext { ext {
extName = 'ManhwaIndo' extName = 'Manhwa Indo'
extClass = '.ManhwaIndo' extClass = '.ManhwaIndo'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://manhwaindo.net' baseUrl = 'https://manhwaindo.one'
overrideVersionCode = 5 overrideVersionCode = 6
isNsfw = true isNsfw = true
} }

View File

@ -7,7 +7,7 @@ import java.util.Locale
class ManhwaIndo : MangaThemesia( class ManhwaIndo : MangaThemesia(
"Manhwa Indo", "Manhwa Indo",
"https://manhwaindo.net", "https://manhwaindo.one",
"id", "id",
"/series", "/series",
SimpleDateFormat("MMMM dd, yyyy", Locale.US), SimpleDateFormat("MMMM dd, yyyy", Locale.US),