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:
parent
32aa5f3808
commit
ecfa117f5d
|
@ -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"
|
||||||
|
|
|
@ -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)
|
||||||
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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),
|
||||||
|
|
Loading…
Reference in New Issue