@ -1,9 +1,9 @@
|
|||||||
ext {
|
ext {
|
||||||
extName = 'Jobsibe'
|
extName = 'Lmtos'
|
||||||
extClass = '.Jobsibe'
|
extClass = '.Lmtos'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://lmtos.com'
|
baseUrl = 'https://www.lmtos.com'
|
||||||
overrideVersionCode = 1
|
overrideVersionCode = 2
|
||||||
isNsfw = true
|
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.text.SimpleDateFormat
|
||||||
import java.util.Locale
|
import java.util.Locale
|
||||||
|
|
||||||
class Jobsibe : Madara(
|
class Lmtos : Madara(
|
||||||
"Jobsibe",
|
"Lmtos",
|
||||||
"https://lmtos.com",
|
"https://www.lmtos.com",
|
||||||
"es",
|
"es",
|
||||||
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("es")),
|
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("es")),
|
||||||
) {
|
) {
|