Batoto Scans: new name & icon (#9594)

This commit is contained in:
ObserverOfTime 2021-10-23 14:37:37 +03:00 committed by GitHub
parent b143713590
commit 9f236a29f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 KiB

After

Width:  |  Height:  |  Size: 69 KiB

View File

@ -0,0 +1,7 @@
package eu.kanade.tachiyomi.extension.en.batotoscans
import eu.kanade.tachiyomi.multisrc.wpmangastream.WPMangaStream
class BatotoScans : WPMangaStream("Snudae Scans", "https://snudaescans.com", "en") {
override val id = 4418350353197826372L
}

View File

@ -51,7 +51,7 @@ class WPMangaStreamGenerator : ThemeSourceGenerator {
SingleLang("Vapo Scan", "https://vaposcans.com", "pt-BR", overrideVersionCode = 2),
SingleLang("Argos Hentai", "https://agshentai.com", "pt-BR", isNsfw = true),
SingleLang("Hakai Scan", "http://hakaiscan.xyz", "pt-BR", isNsfw = true),
SingleLang("Batoto Scans", "https://batotoscans.com", "en", isNsfw = true),
SingleLang("Snudae Scans", "https://snudaescans.com", "en", isNsfw = true, className = "BatotoScans", overrideVersionCode = 1),
SingleLang("Random Scans", "https://randomscans.xyz", "en"),
SingleLang("Fênix Scanlator", "https://fenixscanlator.xyz", "pt-BR", className = "FenixScanlator", overrideVersionCode = 2)
)