Emperor Scan: Update icon and fix manga description (#15967)

Add icon and fix description
This commit is contained in:
seew3l 2023-04-06 07:20:47 -05:00 committed by GitHub
parent c5ac2ede75
commit 8d52e7636d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 15 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

After

Width:  |  Height:  |  Size: 295 KiB

View File

@ -0,0 +1,14 @@
package eu.kanade.tachiyomi.extension.es.emperorscan
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class EmperorScan : Madara(
"Emperor Scan",
"https://emperorscan.com",
"es",
SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
) {
override val mangaDetailsSelectorDescription = "div.sinopsis div.contenedor"
}

View File

@ -85,7 +85,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Dream Manga", "https://www.swarmmanga.com", "en", overrideVersionCode = 3), SingleLang("Dream Manga", "https://www.swarmmanga.com", "en", overrideVersionCode = 3),
SingleLang("Drope Scan", "https://dropescan.com", "pt-BR", overrideVersionCode = 4), SingleLang("Drope Scan", "https://dropescan.com", "pt-BR", overrideVersionCode = 4),
SingleLang("EGY Manga", "https://egymanga.net", "ar", overrideVersionCode = 1), SingleLang("EGY Manga", "https://egymanga.net", "ar", overrideVersionCode = 1),
SingleLang("Emperor Scan", "https://emperorscan.com/", "es"), SingleLang("Emperor Scan", "https://emperorscan.com", "es", overrideVersionCode = 1),
SingleLang("Empire Webtoon", "https://webtoonempire.com", "ar", isNsfw = true, overrideVersionCode = 2), SingleLang("Empire Webtoon", "https://webtoonempire.com", "ar", isNsfw = true, overrideVersionCode = 2),
SingleLang("Eromiau", "https://www.eromiau.com", "es", isNsfw = true), SingleLang("Eromiau", "https://www.eromiau.com", "es", isNsfw = true),
SingleLang("Esomanga", "https://esomanga.com", "tr", overrideVersionCode = 1), SingleLang("Esomanga", "https://esomanga.com", "tr", overrideVersionCode = 1),