We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f98898e commit f2a9a84Copy full SHA for f2a9a84
source-github/src/main/java/com/devupdates/github/GitHubTrendingParser.kt
@@ -24,7 +24,7 @@ object GitHubTrendingParser {
24
}
25
26
private fun parseTrendingItem(element: Element): GithubTrendingResponseItem {
27
- val authorAndName = element.select("h1 > a")
+ val authorAndName = element.select("h2 > a")
28
.attr("href")
29
.toString()
30
.removePrefix("/")
0 commit comments