Add OnePieceTeca (#2449)
* Add OnePieceTeca * Remove override client * Remove unused import
This commit is contained in:
parent
c411229164
commit
64659b0f11
|
@ -0,0 +1,9 @@
|
|||
ext {
|
||||
extName = 'One Piece TECA'
|
||||
extClass = '.OnePieceTeca'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://onepieceteca.com'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 4.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
|
@ -0,0 +1,18 @@
|
|||
package eu.kanade.tachiyomi.extension.pt.onepieceteca
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class OnePieceTeca : Madara(
|
||||
"One Piece TECA",
|
||||
"https://onepieceteca.com",
|
||||
"pt-BR",
|
||||
SimpleDateFormat("MMMM dd, yyyy", Locale("pt", "BR")),
|
||||
) {
|
||||
override val supportsLatest = false
|
||||
|
||||
override val useNewChapterEndpoint = true
|
||||
|
||||
override val mangaSubString = "ler-online"
|
||||
}
|
Loading…
Reference in New Issue