E-Hentai: bypass content warning (closes #1378)

This commit is contained in:
Eugene 2019-09-07 15:21:59 -04:00
parent 6b8a4e9ec6
commit 8d8c420a0b
No known key found for this signature in database
GPG Key ID: E1FD745328866B0A

View File

@ -236,6 +236,9 @@ open class EHentai(override val lang: String, private val ehLang: String) : Http
cookies["uconfig"] = buildSettings(settings)
// Bypass "Offensive For Everyone" content warning
cookies["nw"] = "1"
buildCookies(cookies)
}