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