Add a new source to WpMangaReader (#10994)
This commit is contained in:
parent
6ad3eb86cf
commit
94a23e3de2
|
@ -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)
|
||||
)
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue