Add a new source to WpMangaReader (#10994)

This commit is contained in:
Mylloon 2022-03-03 10:51:27 +01:00 committed by GitHub
parent 6ad3eb86cf
commit 94a23e3de2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,12 @@
package eu.kanade.tachiyomi.extension.fr.arcanescan
import eu.kanade.tachiyomi.multisrc.wpmangareader.WPMangaReader
import java.text.SimpleDateFormat
import java.util.Locale
class Arcanescan : WPMangaReader(
"Arcane scan",
"https://arcanescan.fr",
"fr",
dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale.FRANCE)
)

View File

@ -50,6 +50,7 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
SingleLang("Ozul Scans", "https://ozulscans.com", "ar"),
SingleLang("Tsundoku Traduções", "https://tsundoku.com.br", "pt-BR", className = "TsundokuTraducoes", overrideVersionCode = 9),
SingleLang("Komik Lab", "https://komiklab.com", "id"),
SingleLang("Arcane scan", "https://arcanescan.fr", "fr"),
)
companion object {