MangaThemesia Updates (#13553)

* Migrate Walpurgi Scan

* Update overrideVersionCode

Update version code to account for Madara version

* Move Uzay Manga

* Move MangaWT

* Add MangaWT override

* Add Clayrer
This commit is contained in:
happywillow0 2022-09-23 17:44:21 -04:00 committed by GitHub
parent 55db729814
commit 4b956148e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
31 changed files with 34 additions and 12 deletions

View File

@ -1,9 +0,0 @@
package eu.kanade.tachiyomi.extension.it.walpurgisscan
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class WalpurgisScan : Madara("Walpurgi Scan", "https://walpurgiscan.altervista.org", "it", SimpleDateFormat("dd MMMMM yyyy", Locale("it"))) {
override val id = 6566957355096372149
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

View File

@ -0,0 +1,7 @@
package eu.kanade.tachiyomi.extension.es.clayrer
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class Clayrer : MangaThemesia("Clayrer", "https://clayrer.net", "es", dateFormat = SimpleDateFormat("MMM d, yyyy", Locale("es")))

View File

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View File

@ -0,0 +1,7 @@
package eu.kanade.tachiyomi.extension.tr.mangawt
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class MangaWT : MangaThemesia("MangaWT", "https://mangawt.com", "tr", dateFormat = SimpleDateFormat("MMM d, yyyy", Locale("tr")))

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

View File

@ -0,0 +1,7 @@
package eu.kanade.tachiyomi.extension.tr.uzaymanga
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class UzayManga : MangaThemesia("Uzay Manga", "https://uzaymanga.com", "tr", dateFormat = SimpleDateFormat("MMM d, yyyy", Locale("tr")))

View File

Before

Width:  |  Height:  |  Size: 344 KiB

After

Width:  |  Height:  |  Size: 344 KiB

View File

@ -0,0 +1,9 @@
package eu.kanade.tachiyomi.extension.it.walpurgisscan
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class WalpurgisScan : MangaThemesia("Walpurgi Scan", "https://www.walpurgiscan.com", "it", dateFormat = SimpleDateFormat("MMM d, yyyy", Locale("it"))) {
override val id = 6566957355096372149
}

View File

@ -287,7 +287,6 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Mangauptocats", "https://mangauptocats.online", "th", overrideVersionCode = 2),
SingleLang("MangaUS", "https://mangaus.xyz", "en", overrideVersionCode = 2),
SingleLang("MangaWise", "https://mangawise.com", "en"),
SingleLang("MangaWT", "https://mangawt.com", "tr", overrideVersionCode = 1),
SingleLang("MangaX1", "https://mangax1.com", "en"),
SingleLang("MangaXP", "https://mangaxp.com", "en", overrideVersionCode = 1),
SingleLang("MangaYami", "https://www.mangayami.club", "en", overrideVersionCode = 2),
@ -457,13 +456,11 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Türkçe Manga", "https://turkcemanga.com", "tr", className = "TurkceManga", overrideVersionCode = 2),
SingleLang("Unemployed Scans", "https://unemployedscans.com", "en", overrideVersionCode = 1),
SingleLang("Uyuyan Balik", "https://uyuyanbalik.com", "tr", overrideVersionCode = 1),
SingleLang("Uzay Manga", "https://uzaymanga.com", "tr"),
SingleLang("Ver Manhwas", "https://vermanhwa.com", "es", isNsfw = true),
SingleLang("VinManga", "https://vinload.com", "en", isNsfw = true),
SingleLang("Visbellum", "https://visbellum.com", "pt-BR", overrideVersionCode = 2),
SingleLang("Wakamics", "https://wakamics.net", "en"),
SingleLang("Wakascan", "https://wakascan.com", "fr", overrideVersionCode = 1),
SingleLang("Walpurgi Scan", "https://walpurgiscan.altervista.org", "it", overrideVersionCode = 2, className = "WalpurgisScan", pkgName = "walpurgisscan"),
SingleLang("War Queen Scan", "https://wqscan.com", "pt-BR", overrideVersionCode = 6),
SingleLang("Webtoon Hatti", "https://webtoonhatti.com", "tr", overrideVersionCode = 1),
SingleLang("Webtoon TR", "https://webtoon-tr.com", "tr", overrideVersionCode = 1),

View File

@ -25,6 +25,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
SingleLang("Azure Scans", "https://azuremanga.com", "en", overrideVersionCode = 1),
SingleLang("BeastScans", "https://beastscans.com", "en"),
SingleLang("Boosei", "https://boosei.com", "id", overrideVersionCode = 1),
SingleLang("Clayrer", "https://clayrer.net", "es"),
SingleLang("Dojing.net", "https://dojing.net", "id", isNsfw = true, className = "DojingNet"),
SingleLang("FlameScans.fr", "https://flamescans.fr", "fr", className = "FlameScansFR"),
SingleLang("Franxx Mangás", "https://franxxmangas.net", "pt-BR", className = "FranxxMangas", isNsfw = true),
@ -56,6 +57,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
SingleLang("Mangakyo", "https://www.mangakyo.me", "id"),
SingleLang("Mangasusu", "https://mangasusu.co.in", "id", isNsfw = true, overrideVersionCode = 1),
SingleLang("MangaTale", "https://mangatale.co", "id"),
SingleLang("MangaWT", "https://mangawt.com", "tr", overrideVersionCode = 5),
SingleLang("Mangayaro", "https://mangayaro.net", "id"),
SingleLang("MangKomik", "https://mangkomik.com", "id"),
SingleLang("Mangás Chan", "https://mangaschan.com", "pt-BR", className = "MangasChan"),
@ -107,6 +109,8 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
SingleLang("Tsundoku Traduções", "https://tsundoku.com.br", "pt-BR", className = "TsundokuTraducoes", overrideVersionCode = 9),
SingleLang("TukangKomik", "https://tukangkomik.com", "id"),
SingleLang("TurkToon", "https://turktoon.com", "tr"),
SingleLang("Uzay Manga", "https://uzaymanga.com", "tr", overrideVersionCode = 4),
SingleLang("Walpurgi Scan", "https://www.walpurgiscan.com", "it", overrideVersionCode = 6, className = "WalpurgisScan", pkgName = "walpurgisscan"),
SingleLang("West Manga", "https://westmanga.info", "id", overrideVersionCode = 1),
SingleLang("White Cloud Pavilion (New)", "https://www.whitecloudpavilion.com", "en", pkgName = "whitecloudpavilionnew", className = "WhiteCloudPavilion"),
SingleLang("World Romance Translation", "https://wrt.my.id", "id", overrideVersionCode = 10),