unhide merged sources
This commit is contained in:
parent
0509db1935
commit
654d98b5c4
@ -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 ->
|
||||
|
Loading…
x
Reference in New Issue
Block a user