Add ManhwaFreak.xyz (#4547)

* Add Manhwa Freak

* rename

* rename2
This commit is contained in:
Vetle Ledaal 2024-08-11 09:54:29 +02:00 committed by Draff
parent a1c813a40d
commit ac55757327
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 21 additions and 0 deletions

View File

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

View File

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