Skip to content

Commit f2a9a84

Browse files
committed
fixed github issue
1 parent f98898e commit f2a9a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source-github/src/main/java/com/devupdates/github/GitHubTrendingParser.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ object GitHubTrendingParser {
2424
}
2525

2626
private fun parseTrendingItem(element: Element): GithubTrendingResponseItem {
27-
val authorAndName = element.select("h1 > a")
27+
val authorAndName = element.select("h2 > a")
2828
.attr("href")
2929
.toString()
3030
.removePrefix("/")

0 commit comments

Comments
 (0)