Lunar Scans Hentai -> Pornhwa Scans (#5000)

This commit is contained in:
KirinRaikage 2024-09-11 07:20:09 +02:00 committed by Draff
parent af8a367cfa
commit 5cee63f5bb
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 9 additions and 8 deletions

View File

@ -1,9 +1,9 @@
ext { ext {
extName = 'Lunar Scans Hentai' extName = 'Pornhwa Scans'
extClass = '.LunarScansHentai' extClass = '.PornhwaScans'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://hentai.lunarscans.fr' baseUrl = 'https://pornhwascans.fr'
overrideVersionCode = 0 overrideVersionCode = 1
isNsfw = true isNsfw = true
} }

View File

@ -4,11 +4,12 @@ import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat import java.text.SimpleDateFormat
import java.util.Locale import java.util.Locale
class LunarScansHentai : MangaThemesia( class PornhwaScans : MangaThemesia(
"Lunar Scans Hentai", "Pornhwa Scans",
"https://hentai.lunarscans.fr", "https://pornhwascans.fr",
"fr", "fr",
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale.FRENCH), dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale.FRENCH),
) { ) {
override val supportsLatest = false // formally Lunar Scans Hentai
override val id = 5554585746492602896
} }