parent
158402d0db
commit
01e2f9db9f
10
src/pt/lscans/build.gradle
Normal file
10
src/pt/lscans/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'L Scans'
|
||||
extClass = '.LScans'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://lscans.com'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/pt/lscans/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/pt/lscans/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.9 KiB |
BIN
src/pt/lscans/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/pt/lscans/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
BIN
src/pt/lscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/pt/lscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
src/pt/lscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/pt/lscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
BIN
src/pt/lscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/pt/lscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
@ -0,0 +1,15 @@
|
||||
package eu.kanade.tachiyomi.extension.pt.lscans
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class LScans : Madara(
|
||||
"L Scans",
|
||||
"https://lscans.com",
|
||||
"pt-BR",
|
||||
dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
|
||||
) {
|
||||
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
||||
override val useNewChapterEndpoint = true
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user