WPMangaReader: Add yugenmangas (#7009)

This commit is contained in:
h-hyuuga 2021-05-14 07:03:41 -04:00 committed by GitHub
parent 35c574a9ca
commit b1dbd87295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,13 @@
/* ktlint-disable */
// THIS FILE IS AUTO-GENERATED; DO NOT EDIT
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

@ -25,7 +25,8 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
SingleLang("PMScans", "https://reader.pmscans.com", "en"),
SingleLang("Skull Scans", "https://www.skullscans.com", "en"),
SingleLang("Luminous Scans", "https://www.luminousscans.com", "en"),
SingleLang("GS Nation", "https://gs-nation.fr", "fr", overrideVersionCode = 1)
SingleLang("GS Nation", "https://gs-nation.fr", "fr", overrideVersionCode = 1),
SingleLang("YugenMangas", "https://yugenmangas.com", "es")
)
companion object {