Add 1st-Kiss Manga.net (#2698)
This commit is contained in:
parent
c50d959323
commit
fe705dab68
|
@ -0,0 +1,10 @@
|
|||
ext {
|
||||
extName = '1st-Kiss Manga.net'
|
||||
extClass = '.FirstKissMangaNet'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://1st-kissmanga.net'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 8.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
|
@ -0,0 +1,12 @@
|
|||
package eu.kanade.tachiyomi.extension.en.firstkissmanganet
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
|
||||
class FirstKissMangaNet : Madara(
|
||||
"1st-Kiss Manga.net",
|
||||
"https://1st-kissmanga.net",
|
||||
"en",
|
||||
) {
|
||||
override val useLoadMoreRequest = LoadMoreStrategy.Never
|
||||
override val useNewChapterEndpoint = false
|
||||
}
|
Loading…
Reference in New Issue