|
@@ -11,6 +11,7 @@ import eu.kanade.tachiyomi.util.asJsoup
|
|
|
import eu.kanade.tachiyomi.util.selectText
|
|
|
import okhttp3.FormBody
|
|
|
import okhttp3.HttpUrl
|
|
|
+import okhttp3.OkHttpClient
|
|
|
import okhttp3.Request
|
|
|
import okhttp3.Response
|
|
|
import org.jsoup.nodes.Document
|
|
@@ -48,6 +49,8 @@ class Batoto : ParsedHttpSource(), LoginSource {
|
|
|
|
|
|
private val staffNotice = Pattern.compile("=+Batoto Staff Notice=+([^=]+)==+", Pattern.CASE_INSENSITIVE)
|
|
|
|
|
|
+ override val client: OkHttpClient = network.cloudflareClient
|
|
|
+
|
|
|
override fun headersBuilder() = super.headersBuilder()
|
|
|
.add("Cookie", "lang_option=English")
|
|
|
|