Add HianatoScan (#6901)
This commit is contained in:
parent
6c67e88e5b
commit
32f9674e70
|
@ -0,0 +1,9 @@
|
|||
ext {
|
||||
extName = 'Hianato Scan'
|
||||
extClass = '.HianatoScan'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://hianatoscan.top'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
|
@ -0,0 +1,14 @@
|
|||
package eu.kanade.tachiyomi.extension.pt.hianatoscan
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class HianatoScan : Madara(
|
||||
"Hianato Scan",
|
||||
"https://hianatoscan.top",
|
||||
"pt-BR",
|
||||
SimpleDateFormat("MMMM dd, yyyy", Locale("pt", "BR")),
|
||||
) {
|
||||
override val useNewChapterEndpoint = true
|
||||
}
|
Loading…
Reference in New Issue