oops prints

This commit is contained in:
Zaw 2022-10-28 00:50:50 +03:00
parent 3ec8dc1903
commit 400c80afcd
2 changed files with 7 additions and 2 deletions

View file

@ -46,7 +46,6 @@ class Shahid4u : MainAPI() {
val doc = app.get(request.data + page).document
val list = doc.select("div.content-box")
.mapNotNull { element ->
println(element.select("a.fullClick").attr("title"))
element.toSearchResponse()
}
return newHomePageResponse(request.name, list)