@ -1,9 +1,9 @@
|
||||
ext {
|
||||
extName = 'Jobsibe'
|
||||
extClass = '.Jobsibe'
|
||||
extName = 'Lmtos'
|
||||
extClass = '.Lmtos'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://lmtos.com'
|
||||
overrideVersionCode = 1
|
||||
baseUrl = 'https://www.lmtos.com'
|
||||
overrideVersionCode = 2
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 15 KiB |
@ -6,9 +6,9 @@ import okhttp3.HttpUrl.Companion.toHttpUrl
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class Jobsibe : Madara(
|
||||
"Jobsibe",
|
||||
"https://lmtos.com",
|
||||
class Lmtos : Madara(
|
||||
"Lmtos",
|
||||
"https://www.lmtos.com",
|
||||
"es",
|
||||
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("es")),
|
||||
) {
|