Initial commit
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
multisrc/overrides/hentaihand/manhwaclub/res/web_hi_res_512.png
Normal file
BIN
multisrc/overrides/hentaihand/manhwaclub/res/web_hi_res_512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 65 KiB |
10
multisrc/overrides/hentaihand/manhwaclub/src/ManhwaClub.kt
Normal file
10
multisrc/overrides/hentaihand/manhwaclub/src/ManhwaClub.kt
Normal file
@@ -0,0 +1,10 @@
|
||||
package eu.kanade.tachiyomi.extension.en.manhwaclub
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.hentaihand.HentaiHand
|
||||
import okhttp3.OkHttpClient
|
||||
|
||||
class ManhwaClub : HentaiHand("ManhwaClub", "https://manhwa.club", "en", true) {
|
||||
override val client: OkHttpClient = network.cloudflareClient.newBuilder()
|
||||
.addInterceptor { authIntercept(it) }
|
||||
.build()
|
||||
}
|
||||
Reference in New Issue
Block a user