mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-25 03:33:24 +01:00
Add LegendScanlations (#6185)
This commit is contained in:
parent
79cdac4194
commit
8742e61fb8
10
src/es/legendscanlations/build.gradle
Normal file
10
src/es/legendscanlations/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'LegendScanlations'
|
||||
extClass = '.LegendScanlations'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://legendscanlations.com'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/es/legendscanlations/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/es/legendscanlations/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.4 KiB |
BIN
src/es/legendscanlations/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/es/legendscanlations/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
BIN
src/es/legendscanlations/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/es/legendscanlations/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
src/es/legendscanlations/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/es/legendscanlations/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
BIN
src/es/legendscanlations/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/es/legendscanlations/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
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
Block a user