🚑 Fix crash while extracting untis timestamp
This commit is contained in:
@ -36,10 +36,8 @@ export function parseSubstitutionPlan(html) {
|
||||
infos.week = title[3];
|
||||
|
||||
// Get the export timestamp
|
||||
const rawTimestamp = $(tableElement)
|
||||
.parent()
|
||||
.parent()
|
||||
.siblings(".mon_head")
|
||||
const rawTimestamp = $(".mon_head")
|
||||
.first()
|
||||
.find("td")
|
||||
.text()
|
||||
.split("Stand: ")[1]
|
||||
|
Reference in New Issue
Block a user