GenzToons(Surya Scans): Update domain, icons and extension name (#3883)

* Update domain, icons and extension name

* Cleanup
This commit is contained in:
Chopper 2024-07-06 08:12:44 -03:00 committed by GitHub
parent 34a95049e6
commit b9e5df5c53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 20 additions and 9 deletions

View File

@ -1,9 +1,9 @@
ext {
extName = 'Surya Scans'
extClass = '.SuryaScans'
extName = 'Genz Toons'
extClass = '.GenzToons'
themePkg = 'mangathemesia'
baseUrl = 'https://suryatoon.com'
overrideVersionCode = 3
baseUrl = 'https://genztoons.com'
overrideVersionCode = 4
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -0,0 +1,16 @@
package eu.kanade.tachiyomi.extension.en.suryascans
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import eu.kanade.tachiyomi.network.interceptor.rateLimit
class GenzToons : MangaThemesia(
"Genz Toons",
"https://genztoons.com",
"en",
) {
override val id = 2909429739457928148
override val client = super.client.newBuilder()
.rateLimit(3)
.build()
}

View File

@ -1,5 +0,0 @@
package eu.kanade.tachiyomi.extension.en.suryascans
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
class SuryaScans : MangaThemesia("Surya Scans", "https://suryatoon.com", "en")