Fix YugenMangas (#9968)

* Move YugenMangas WPMangaReader to Madara

* Restore MadaraGenerator.run.xml

* Update MadaraGenerator.run.xml
This commit is contained in:
Carlos Hernandez 2021-12-19 13:24:19 -06:00 committed by GitHub
parent 2f7c187c35
commit 30083c9df2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 12 deletions

View File

@ -14,4 +14,4 @@
<option name="Gradle.BeforeRunTask" enabled="true" tasks="ktLint" externalProjectPath="$PROJECT_DIR$/multisrc" vmOptions="" scriptParameters="" />
</method>
</configuration>
</component>
</component>

View File

@ -0,0 +1,5 @@
package eu.kanade.tachiyomi.extension.es.yugenmangas
import eu.kanade.tachiyomi.multisrc.madara.Madara
class YugenMangas : Madara("YugenMangas", "https://yugenmangas.com/", "es")

View File

@ -1,10 +0,0 @@
package eu.kanade.tachiyomi.extension.es.yugenmangas
import eu.kanade.tachiyomi.multisrc.wpmangareader.WPMangaReader
import java.text.SimpleDateFormat
import java.util.Locale
class YugenMangas : WPMangaReader(
"YugenMangas", "https://yugenmangas.com", "es",
dateFormat = SimpleDateFormat("MMM d, yyyy", Locale("es"))
)

View File

@ -417,6 +417,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("YaoiToon", "https://yaoitoon.com", "en", isNsfw = true),
SingleLang("Yaoi.mobi", "https://yaoi.mobi", "en", isNsfw = true, className = "YaoiManga", pkgName = "yaoimanga", overrideVersionCode = 4),
SingleLang("Yaoi Toshokan", "https://yaoitoshokan.net", "pt-BR", isNsfw = true, overrideVersionCode = 3),
SingleLang("YugenMangas", "https://yugenmangas.com", "es", overrideVersionCode = 2),
SingleLang("Yuri Verso", "https://yuri.live", "pt-BR", overrideVersionCode = 3),
SingleLang("Zinmanga", "https://zinmanga.com", "en"),
SingleLang("Zinmanhwa", "https://zinmanhwa.com", "en"),

View File

@ -39,7 +39,6 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
SingleLang("Shooting Star Scans", "https://shootingstarscans.com", "en", overrideVersionCode = 3),
SingleLang("Azure Scans", "https://azuremanga.com", "en"),
SingleLang("ReaperScans.fr (GS)", "https://reaperscans.fr", "fr", className = "ReaperScansFR", pkgName = "gsnation", overrideVersionCode = 2),
SingleLang("YugenMangas", "https://yugenmangas.com", "es"),
SingleLang("Patatescans", "https://patatescans.com", "fr", isNsfw = true, overrideVersionCode = 1),
SingleLang("Fusion Scanlation", "https://fusionscanlation.com", "es", className = "FusionScanlation", overrideVersionCode = 1),
SingleLang("Ace Scans", "https://acescans.xyz", "en", isNsfw = true, overrideVersionCode = 1),