Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package eu.kanade.tachiyomi.extension.en.hentaisphere
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.hentaihand.HentaiHand
|
||||
import okhttp3.OkHttpClient
|
||||
|
||||
class HentaiSphere : HentaiHand("HentaiSphere", "https://hentaisphere.com", "en", false) {
|
||||
override val client: OkHttpClient = network.cloudflareClient.newBuilder()
|
||||
.addInterceptor { authIntercept(it) }
|
||||
.build()
|
||||
}
|
||||
Reference in New Issue
Block a user