Legends no Fansub: Rename to LegnMangas and change icon (#2035)
Rename and change logo
|
@ -1,10 +1,10 @@
|
|||
ext {
|
||||
extName = 'Legends No Fansub'
|
||||
extClass = '.LegendsNoFansub'
|
||||
extName = 'LegnMangas'
|
||||
extClass = '.LegnMangas'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://legnmangas.com'
|
||||
overrideVersionCode = 1
|
||||
isNsfw = true
|
||||
overrideVersionCode = 2
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
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.concurrent.TimeUnit
|
||||
|
||||
class LegendsNoFansub : Madara(
|
||||
"Legends No Fansub",
|
||||
class LegnMangas : Madara(
|
||||
"LegnMangas",
|
||||
"https://legnmangas.com",
|
||||
"es",
|
||||
SimpleDateFormat("dd/MM/yyyy", Locale("es")),
|
||||
) {
|
||||
override val id = 9078720153732517844
|
||||
|
||||
override val client = super.client.newBuilder()
|
||||
.rateLimitHost(baseUrl.toHttpUrl(), 2, 1, TimeUnit.SECONDS)
|
||||
.build()
|