Add KomikGO (#3958)
This commit is contained in:
parent
9d336d1645
commit
979b248658
|
@ -0,0 +1,10 @@
|
|||
ext {
|
||||
extName = 'KomikGO'
|
||||
extClass = '.KomikGo'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://komikgo.xyz'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 7.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
|
@ -0,0 +1,12 @@
|
|||
package eu.kanade.tachiyomi.extension.id.komikgo
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class KomikGo : MangaThemesia(
|
||||
"KomikGO",
|
||||
"https://komikgo.xyz",
|
||||
"id",
|
||||
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("id")),
|
||||
)
|
Loading…
Reference in New Issue