WPMangaReader: Add yugenmangas (#7009)
This commit is contained in:
parent
35c574a9ca
commit
b1dbd87295
|
@ -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")))
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue