Add LunarScansHentai (#2737)

This commit is contained in:
Chopper 2024-05-01 22:08:27 -03:00 committed by GitHub
parent 3f77556357
commit b403a65a62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'Lunar Scans Hentai'
extClass = '.LunarScansHentai'
themePkg = 'mangathemesia'
baseUrl = 'https://hentai.lunarscans.fr'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,14 @@
package eu.kanade.tachiyomi.extension.fr.lunarscanshentai
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class LunarScansHentai : MangaThemesia(
"Lunar Scans Hentai",
"https://hentai.lunarscans.fr",
"fr",
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale.FRENCH),
) {
override val supportsLatest = false
}