Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

FIx Batoto issues with logging in and loading lists/pages. (#1088)

Cette révision appartient à :
ddmgy 2017-11-28 03:48:27 -05:00 révisé par Bram van de Kerkhof
Parent 34eb1331a3
révision 80fd49d60b

Voir le fichier

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