Fix fetching user name from homepage

This commit is contained in:
Mikołaj Pich 2024-05-22 08:39:52 +02:00
parent e4b2a70831
commit 905a74524b
No known key found for this signature in database

View file

@ -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")