Add Zevep (#6453)
This commit is contained in:
parent
dc905e5f6d
commit
b91a9c90af
9
src/es/zevep/build.gradle
Normal file
9
src/es/zevep/build.gradle
Normal file
@ -0,0 +1,9 @@
|
||||
ext {
|
||||
extName = 'Zevep'
|
||||
extClass = '.Zevep'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://zevep.com'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/es/zevep/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/es/zevep/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
BIN
src/es/zevep/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/es/zevep/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
BIN
src/es/zevep/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/es/zevep/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.8 KiB |
BIN
src/es/zevep/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/es/zevep/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
src/es/zevep/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/es/zevep/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
@ -0,0 +1,14 @@
|
||||
package eu.kanade.tachiyomi.extension.es.zevep
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class Zevep : Madara(
|
||||
"Zevep",
|
||||
"https://zevep.com",
|
||||
"es",
|
||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
|
||||
) {
|
||||
override val useNewChapterEndpoint: Boolean = true
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user