unhide merged sources
This commit is contained in:
parent
0509db1935
commit
654d98b5c4
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue