LeaFix leaderboard breaking sometimes

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-12-15 11:51:21 -05:00
parent 7a1b241f3a
commit fe7779da35
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
1 changed files with 4 additions and 4 deletions

View File

@ -46,25 +46,25 @@
(list
(get-xpath-string
(string-append
"/html/body/div[1]/div/div[2]/section[1]/ul/li["
"//div[@id=\"omgkym\"]/section[1]/ul/li["
(number->string i)
"]/article/@id")
d #t)
(get-xpath-string
(string-append
"/html/body/div[1]/div/div[2]/section[1]/ul/li["
"//div[@id=\"omgkym\"]/section[1]/ul/li["
(number->string i)
"]/article/a/@href")
d #t)
(get-xpath-string
(string-append
"/html/body/div[1]/div/div[2]/section[1]/ul/li["
"//div[@id=\"omgkym\"]/section[1]/ul/li["
(number->string i)
"]/article/a/img/@src")
d #t)
(get-xpath-string
(string-append
"/html/body/div[1]/div/div[2]/section[1]/ul/li["
"//div[@id=\"omgkym\"]/section[1]/ul/li["
(number->string i)
"]/article/a/div/div/text()")
d #f)))))