Add LegendScanlations (#6185)
This commit is contained in:
parent
fe4fa84e8a
commit
7e3a434fc0
|
@ -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 Width: | Height: | Size: 8.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
Binary file not shown.
After Width: | Height: | 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
|
||||||
|
}
|
Loading…
Reference in New Issue