Add ManhwaHub (#2819)
This commit is contained in:
parent
0c137fb39c
commit
d3aa8adb8a
|
@ -0,0 +1,10 @@
|
|||
ext {
|
||||
extName = 'ManhwaHub'
|
||||
extClass = '.ManhwaHub'
|
||||
themePkg = 'manhwaz'
|
||||
baseUrl = 'https://manhwahub.net'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 7.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.6 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: 42 KiB |
|
@ -0,0 +1,9 @@
|
|||
package eu.kanade.tachiyomi.extension.en.manhwahub
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.manhwaz.ManhwaZ
|
||||
|
||||
class ManhwaHub : ManhwaZ(
|
||||
"ManhwaHub",
|
||||
"https://manhwahub.net",
|
||||
"en",
|
||||
)
|
Loading…
Reference in New Issue