Add LunarScansHentai (#2737)
This commit is contained in:
parent
aa221b1adc
commit
4c8950ffb2
|
@ -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 |
|
@ -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
|
||||||
|
}
|
Loading…
Reference in New Issue