Add Manhwalist.org (#4555)
This commit is contained in:
parent
69ace8bba9
commit
e67653580e
|
@ -0,0 +1,10 @@
|
|||
ext {
|
||||
extName = 'Manhwalist.org'
|
||||
extClass = '.ManhwalistOrg'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://manhwalist.org'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
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: 26 KiB |
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
|
@ -0,0 +1,13 @@
|
|||
package eu.kanade.tachiyomi.extension.id.manhwalistorg
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class ManhwalistOrg : MangaThemesia(
|
||||
"Manhwalist.org",
|
||||
"https://manhwalist.org",
|
||||
"id",
|
||||
mangaUrlDirectory = "/manhwa",
|
||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("id")),
|
||||
)
|
Loading…
Reference in New Issue