Add source Prince Ediciones "es" (#2616)
* Add source Prince Ediciones "es" * useNewChapterEndpoint
This commit is contained in:
parent
935bd089fc
commit
ca26ce4167
10
src/es/princediciones/build.gradle
Normal file
10
src/es/princediciones/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'PrinceEdiciones'
|
||||||
|
extClass = '.PrinceEdiciones'
|
||||||
|
themePkg = 'madara'
|
||||||
|
baseUrl = 'https://princediciones.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = false
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/es/princediciones/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/es/princediciones/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
BIN
src/es/princediciones/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/es/princediciones/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
BIN
src/es/princediciones/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/es/princediciones/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.7 KiB |
BIN
src/es/princediciones/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/es/princediciones/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
src/es/princediciones/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/es/princediciones/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
@ -0,0 +1,15 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.es.princediciones
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class PrinceEdiciones : Madara(
|
||||||
|
"Prince Ediciones",
|
||||||
|
"https://princediciones.com",
|
||||||
|
"es",
|
||||||
|
SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
|
||||||
|
) {
|
||||||
|
override val mangaSubString = "media"
|
||||||
|
override val useNewChapterEndpoint = true
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user