Legends no Fansub: Rename to LegnMangas and change icon (#2035)

Rename and change logo
This commit is contained in:
bapeey 2024-03-22 11:01:45 -05:00 committed by Draff
parent 7d1cffdd10
commit 87a9effa82
7 changed files with 8 additions and 6 deletions

View File

@ -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"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -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()