Skip to content

Commit

Permalink
moved pornstars to the top and added categories hopefully πŸ™
Browse files Browse the repository at this point in the history
  • Loading branch information
owencz1998 authored Dec 6, 2024
1 parent 674ea53 commit 7d31429
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Pornhoarder/src/main/kotlin/com/xxx/PornhoarderPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ class PornhoarderPlugin : MainAPI() {
private val ajaxUrl = "$mainUrl/ajax_search.php"

override val mainPage = mainPageOf(
"/pornstars/" to "Pornstars",
"/categories/" to "categories",
"Latest" to "Latest Videos",
"/trending-videos/" to "Trending Videos",
"/random-videos/" to "Random Videos",
"/pornstars/" to "Pornstars"

)

private fun getRequestBody (query: String, isLatest : Boolean, page:Int) : FormBody
Expand Down

0 comments on commit 7d31429

Please sign in to comment.