Add MonteTai (#6884)
This commit is contained in:
parent
31fff66ff8
commit
059e3267af
|
@ -0,0 +1,9 @@
|
|||
ext {
|
||||
extName = 'Monte Tai'
|
||||
extClass = '.MonteTai'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://montetaiscanlator.xyz'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 6.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
|
@ -0,0 +1,14 @@
|
|||
package eu.kanade.tachiyomi.extension.pt.montetai
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class MonteTai : Madara(
|
||||
"Monte Tai",
|
||||
"https://montetaiscanlator.xyz",
|
||||
"pt-BR",
|
||||
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")),
|
||||
) {
|
||||
override val useNewChapterEndpoint = true
|
||||
}
|
Loading…
Reference in New Issue