Skip to content

Commit

Permalink
fix: Fix popular anime selector
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudemirovsky committed Jun 3, 2024
1 parent 1d4a105 commit 16ca7df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Bakashi : DooPlay(
override val id: Long = 2969482460524685571L

// ============================== Popular ===============================
override fun popularAnimeSelector() = "div.sidebar.right article > a"
override fun popularAnimeSelector() = "div.items.featured article div.poster"
override fun popularAnimeRequest(page: Int) = GET("$baseUrl/animes/")

// =============================== Search ===============================
Expand Down

0 comments on commit 16ca7df

Please sign in to comment.