Add LegendScanlations ()

This commit is contained in:
dngonz 2024-11-21 15:09:30 +01:00 committed by Draff
parent fe4fa84e8a
commit 7e3a434fc0
Signed by: Draff
GPG Key ID: E8A89F3211677653
7 changed files with 24 additions and 0 deletions
src/es/legendscanlations
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/es/legendscanlations

@ -0,0 +1,10 @@
ext {
extName = 'LegendScanlations'
extClass = '.LegendScanlations'
themePkg = 'madara'
baseUrl = 'https://legendscanlations.com'
overrideVersionCode = 0
isNsfw = false
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

(image error) Size: 8.4 KiB

Binary file not shown.

After

(image error) Size: 4.2 KiB

Binary file not shown.

After

(image error) Size: 13 KiB

Binary file not shown.

After

(image error) Size: 26 KiB

Binary file not shown.

After

(image error) Size: 40 KiB

@ -0,0 +1,14 @@
package eu.kanade.tachiyomi.extension.es.legendscanlations
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class LegendScanlations : Madara(
"LegendScanlations",
"https://legendscanlations.com",
"es",
SimpleDateFormat("dd/MM/yyyy", Locale("es")),
) {
override val useNewChapterEndpoint = true
}