Skip to content

Commit

Permalink
fixed github issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DroidNinja committed May 10, 2023
1 parent f98898e commit f2a9a84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object GitHubTrendingParser {
}

private fun parseTrendingItem(element: Element): GithubTrendingResponseItem {
val authorAndName = element.select("h1 > a")
val authorAndName = element.select("h2 > a")
.attr("href")
.toString()
.removePrefix("/")
Expand Down

0 comments on commit f2a9a84

Please sign in to comment.