Add source Prince Ediciones "es" (#2616)

* Add source Prince Ediciones "es"

* useNewChapterEndpoint
This commit is contained in:
mohamedotaku 2024-04-29 11:19:33 +01:00 committed by Draff
parent 935bd089fc
commit ca26ce4167
7 changed files with 25 additions and 0 deletions

View 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"

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -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
}