Add Asmodeus Scans && Add La Zona del Lirio (#7123)

* Add Asmodeus Scans && Add La Zona del Lirio

* fix: add extra line
This commit is contained in:
Hellkaros 2025-01-12 06:29:24 -03:00 committed by Draff
parent 079efdfea2
commit 32cea00999
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
14 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'Asmodeus Scans'
extClass = '.Asmotoon'
themePkg = 'keyoapp'
baseUrl = 'https://asmotoon.com'
overrideVersionCode = 0
isNsfw = false
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -0,0 +1,9 @@
package eu.kanade.tachiyomi.extension.en.asmotoon
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
class Asmotoon : Keyoapp(
"Asmodeus Scans",
"https://asmotoon.com",
"en",
)

View File

@ -0,0 +1,10 @@
ext {
extName = 'La Zona del Lirio'
extClass = '.LaZonadelLirio'
themePkg = 'mangathemesia'
baseUrl = 'https://lazonadellirio.com'
overrideVersionCode = 0
isNsfw = false
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -0,0 +1,12 @@
package eu.kanade.tachiyomi.extension.es.lazonadellirio
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class LaZonadelLirio : MangaThemesia(
"La Zona del Lirio",
"https://lazonadellirio.com",
"es",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
)