Fix fetching user name from homepage
This commit is contained in:
parent
e4b2a70831
commit
905a74524b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ internal class HomePageResponse {
|
|||
@Selector("a[href*=\"uonetplus-uczen\"]")
|
||||
var studentSchools: List<Element> = emptyList()
|
||||
|
||||
@Selector(".userdata, .userinfo")
|
||||
@Selector(".userdata, .userinfo, .user-info")
|
||||
var userData: String = ""
|
||||
|
||||
@Selector("html")
|
||||
|
|
Loading…
Reference in a new issue