unhide merged sources

This commit is contained in:
Rani Sargees 2020-03-10 22:16:00 -04:00 committed by Jobobby04
parent 0509db1935
commit 654d98b5c4

View File

@ -152,7 +152,7 @@ class EHentai(override val id: Long,
throttleFunc()
val resp = client.newCall(exGet(baseUrl + url)).execute()
if (!resp.isSuccessful) break //error("HTTP error (${resp.code})!")
if (!resp.isSuccessful) error("HTTP error (${resp.code})!")
doc = resp.asJsoup()
val parentLink = doc!!.select("#gdd .gdt1").find { el ->