Add LadyEstelarScan (#1694)
This commit is contained in:
parent
e78bd29133
commit
b68bc4cfd0
9
src/pt/ladyestelarscan/build.gradle
Normal file
9
src/pt/ladyestelarscan/build.gradle
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'Lady Estelar Scan'
|
||||||
|
extClass = '.LadyEstelarScan'
|
||||||
|
themePkg = 'madara'
|
||||||
|
baseUrl = 'https://ladyestelarscan.com.br'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/pt/ladyestelarscan/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/pt/ladyestelarscan/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.5 KiB |
BIN
src/pt/ladyestelarscan/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/pt/ladyestelarscan/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
BIN
src/pt/ladyestelarscan/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/pt/ladyestelarscan/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.8 KiB |
BIN
src/pt/ladyestelarscan/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/pt/ladyestelarscan/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
BIN
src/pt/ladyestelarscan/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/pt/ladyestelarscan/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
@ -0,0 +1,15 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.pt.ladyestelarscan
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class LadyEstelarScan : Madara(
|
||||||
|
"Lady Estelar Scan",
|
||||||
|
"https://ladyestelarscan.com.br",
|
||||||
|
"pt-BR",
|
||||||
|
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")),
|
||||||
|
) {
|
||||||
|
override val useNewChapterEndpoint = true
|
||||||
|
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user