Add KomikLovers (#2731)
This commit is contained in:
parent
126a586a21
commit
e84664029d
|
@ -0,0 +1,9 @@
|
|||
ext {
|
||||
extName = 'Komik Lovers'
|
||||
extClass = '.KomikLovers'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://komiklovers.com'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
|
@ -0,0 +1,12 @@
|
|||
package eu.kanade.tachiyomi.extension.id.komiklovers
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
|
||||
class KomikLovers : MangaThemesia(
|
||||
"Komik Lovers",
|
||||
"https://komiklovers.com",
|
||||
"id",
|
||||
"/komik",
|
||||
) {
|
||||
override val hasProjectPage = true
|
||||
}
|
Loading…
Reference in New Issue