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

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