mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
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
c7973ccb3a
commit
2817912c47
9
src/es/manhuaespanol/build.gradle
Normal file
9
src/es/manhuaespanol/build.gradle
Normal file
@ -0,0 +1,9 @@
|
||||
ext {
|
||||
extName = 'Manhua Espanol'
|
||||
extClass = '.ManhuaEspanol'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://manhuaespanol.com'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/es/manhuaespanol/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/es/manhuaespanol/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
BIN
src/es/manhuaespanol/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/es/manhuaespanol/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
BIN
src/es/manhuaespanol/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/es/manhuaespanol/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
BIN
src/es/manhuaespanol/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/es/manhuaespanol/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.9 KiB |
BIN
src/es/manhuaespanol/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/es/manhuaespanol/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
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
Block a user