mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-23 02:42:35 +01:00
Add LunarScansHentai (#2737)
This commit is contained in:
parent
3f77556357
commit
b403a65a62
10
src/fr/lunarscanshentai/build.gradle
Normal file
10
src/fr/lunarscanshentai/build.gradle
Normal 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"
|
BIN
src/fr/lunarscanshentai/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/fr/lunarscanshentai/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
BIN
src/fr/lunarscanshentai/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/fr/lunarscanshentai/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
src/fr/lunarscanshentai/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/fr/lunarscanshentai/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
BIN
src/fr/lunarscanshentai/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/fr/lunarscanshentai/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.0 KiB |
BIN
src/fr/lunarscanshentai/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/fr/lunarscanshentai/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
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
Block a user