parent
a1c813a40d
commit
ac55757327
|
@ -0,0 +1,10 @@
|
||||||
|
ext {
|
||||||
|
extName = 'ManhwaFreak.xyz'
|
||||||
|
extClass = '.ManhwaFreakXyz'
|
||||||
|
themePkg = 'mangathemesia'
|
||||||
|
baseUrl = 'https://manhwafreak.xyz'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = false
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 6.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
|
@ -0,0 +1,11 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.en.manhwafreakxyz
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
|
|
||||||
|
class ManhwaFreakXyz : MangaThemesia(
|
||||||
|
"ManhwaFreak.xyz",
|
||||||
|
"https://manhwafreak.xyz",
|
||||||
|
"en",
|
||||||
|
) {
|
||||||
|
override val seriesStatusSelector = ".status-value"
|
||||||
|
}
|
Loading…
Reference in New Issue