Add Manhua Español (#3188)
* Add Manhua Español * Adjust Date Format & useNewChapterEndpoint * Removed accent mark in extension name * Re-dd accent mark back into source name
This commit is contained in:
parent
f99fc3cce6
commit
0fe5108c9a
|
@ -0,0 +1,9 @@
|
||||||
|
ext {
|
||||||
|
extName = 'Manhua Espanol'
|
||||||
|
extClass = '.ManhuaEspanol'
|
||||||
|
themePkg = 'madara'
|
||||||
|
baseUrl = 'https://manhuaespanol.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 8.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
|
@ -0,0 +1,14 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.es.manhuaespanol
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class ManhuaEspanol : Madara(
|
||||||
|
"Manhua Español",
|
||||||
|
"https://manhuaespanol.com",
|
||||||
|
"es",
|
||||||
|
dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale("es")),
|
||||||
|
) {
|
||||||
|
override val useNewChapterEndpoint = true
|
||||||
|
}
|
Loading…
Reference in New Issue