Skip to content

Commit

Permalink
Update Pornhoarder
Browse files Browse the repository at this point in the history
  • Loading branch information
owencz1998 authored Dec 7, 2024
1 parent 14495ac commit 784bd51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pornhoarder/src/main/kotlin/com/xxx/PornhoarderPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class PornhoarderPlugin : MainAPI() {
val body = getRequestBody("",request.data == "Latest",page)
val document = app.post(ajaxUrl, requestBody = body).document
val responseList = document.select(".video article").mapNotNull { it.toSearchResult() }
return newHomePageResponse(HomePageList(request.name, responseList, isHorizontalImages = false),hasNext = true)
return newHomePageResponse(HomePageList(request.name, responseList, isHorizontalImages = true),hasNext = true)

}
else
Expand Down

0 comments on commit 784bd51

Please sign in to comment.