Add Manhwalist.org (#4555)

This commit is contained in:
Vetle Ledaal 2024-08-10 14:57:41 +02:00 committed by Draff
parent 69ace8bba9
commit e67653580e
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 23 additions and 0 deletions

View File

@ -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

View File

@ -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")),
)