GenzToons(Surya Scans): Update domain, icons and extension name (#3883)
* Update domain, icons and extension name * Cleanup
This commit is contained in:
parent
8dc7c90005
commit
a916c6a4a1
src/en/suryascans
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/en/suryascans
|
@ -1,9 +1,9 @@
|
||||||
ext {
|
ext {
|
||||||
extName = 'Surya Scans'
|
extName = 'Genz Toons'
|
||||||
extClass = '.SuryaScans'
|
extClass = '.GenzToons'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://suryatoon.com'
|
baseUrl = 'https://genztoons.com'
|
||||||
overrideVersionCode = 3
|
overrideVersionCode = 4
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
Binary file not shown.
Before ![]() (image error) Size: 8.9 KiB After ![]() (image error) Size: 5.9 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 4.9 KiB After ![]() (image error) Size: 3.1 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 14 KiB After ![]() (image error) Size: 8.3 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 26 KiB After ![]() (image error) Size: 16 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 41 KiB After ![]() (image error) Size: 22 KiB ![]() ![]() |
|
@ -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()
|
||||||
|
}
|
|
@ -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")
|
|
Loading…
Reference in New Issue