Legends no Fansub: Rename to LegnMangas and change icon (#2035)
Rename and change logo
|
@ -1,10 +1,10 @@
|
||||||
ext {
|
ext {
|
||||||
extName = 'Legends No Fansub'
|
extName = 'LegnMangas'
|
||||||
extClass = '.LegendsNoFansub'
|
extClass = '.LegnMangas'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://legnmangas.com'
|
baseUrl = 'https://legnmangas.com'
|
||||||
overrideVersionCode = 1
|
overrideVersionCode = 2
|
||||||
isNsfw = true
|
isNsfw = false
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 9.3 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 26 KiB |
|
@ -7,12 +7,14 @@ import java.text.SimpleDateFormat
|
||||||
import java.util.Locale
|
import java.util.Locale
|
||||||
import java.util.concurrent.TimeUnit
|
import java.util.concurrent.TimeUnit
|
||||||
|
|
||||||
class LegendsNoFansub : Madara(
|
class LegnMangas : Madara(
|
||||||
"Legends No Fansub",
|
"LegnMangas",
|
||||||
"https://legnmangas.com",
|
"https://legnmangas.com",
|
||||||
"es",
|
"es",
|
||||||
SimpleDateFormat("dd/MM/yyyy", Locale("es")),
|
SimpleDateFormat("dd/MM/yyyy", Locale("es")),
|
||||||
) {
|
) {
|
||||||
|
override val id = 9078720153732517844
|
||||||
|
|
||||||
override val client = super.client.newBuilder()
|
override val client = super.client.newBuilder()
|
||||||
.rateLimitHost(baseUrl.toHttpUrl(), 2, 1, TimeUnit.SECONDS)
|
.rateLimitHost(baseUrl.toHttpUrl(), 2, 1, TimeUnit.SECONDS)
|
||||||
.build()
|
.build()
|