PhoenixFansub: Move to Madara (#16510)

Move to Madara
This commit is contained in:
Rolando Lecca 2023-05-26 15:50:11 -05:00 committed by GitHub
parent 9c47c86c21
commit f23ff43498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 17 additions and 16 deletions

View File

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 58 KiB

View File

@ -0,0 +1,16 @@
package eu.kanade.tachiyomi.extension.es.phoenixfansub
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class PhoenixFansub : Madara(
"Phoenix Fansub",
"https://phoenixmangas.com",
"es",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
) {
// Site moved from MangaThemesia to Madara
override val versionId = 2
override val useNewChapterEndpoint = true
}

View File

@ -1,15 +0,0 @@
package eu.kanade.tachiyomi.extension.es.phoenixfansub
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class PhoenixFansub : MangaThemesia(
"Phoenix Fansub",
"https://phoenixfansub.com",
"es",
dateFormat = SimpleDateFormat("MMM d, yyyy", Locale("es")),
) {
override val altNamePrefix: String = "Nombre alternativo: "
}

View File

@ -339,6 +339,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Painful Nightz Scan", "https://painfulnightz.com", "en", overrideVersionCode = 1),
SingleLang("Peach Scan", "https://www.peachscan.com", "pt-BR", isNsfw = true),
SingleLang("Petrotechsociety", "https://www.petrotechsociety.org", "en", isNsfw = true),
SingleLang("Phoenix Fansub", "https://phoenixmangas.com", "es"),
SingleLang("Pian Manga", "https://pianmanga.me", "en", isNsfw = true, overrideVersionCode = 1),
SingleLang("Pirulito Rosa", "https://pirulitorosa.site", "pt-BR", isNsfw = true),
SingleLang("Platinum Crown", "https://platinumscans.com", "en", overrideVersionCode = 1),

View File

@ -94,7 +94,6 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
SingleLang("Ozul Scans", "https://ozulscans.com", "ar"),
SingleLang("Patatescans", "https://patatescans.com", "fr", isNsfw = true, overrideVersionCode = 2),
SingleLang("Phantom Scans", "https://phantomscans.com", "en", overrideVersionCode = 1),
SingleLang("Phoenix Fansub", "https://phoenixfansub.com", "es", overrideVersionCode = 2),
SingleLang("Pi Scans", "https://piscans.in", "id", overrideVersionCode = 1),
SingleLang("PMScans", "https://rackusreads.com", "en", overrideVersionCode = 3),
SingleLang("Raiki Scan", "https://raikiscan.com", "es"),