MysticMoon: Update domain (#7717)
* Revert "Remove Mystic Moon - parked" This reverts commit 3b3739f14589353baaded72ce07e81239f5078db. * Update domain --------- Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
This commit is contained in:
parent
574c64db71
commit
82536cc63a
|
@ -0,0 +1,10 @@
|
|||
ext {
|
||||
extName = 'Mystic Moon'
|
||||
extClass = '.MysticMoon'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://mysticmagic.com.br'
|
||||
overrideVersionCode = 1
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 8.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
|
@ -0,0 +1,14 @@
|
|||
package eu.kanade.tachiyomi.extension.pt.mysticmoon
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class MysticMoon : Madara(
|
||||
"Mystic Moon",
|
||||
"https://mysticmagic.com.br",
|
||||
"pt-BR",
|
||||
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")),
|
||||
) {
|
||||
override val useNewChapterEndpoint: Boolean = true
|
||||
}
|
Loading…
Reference in New Issue