diff --git a/server/parser/untis.js b/server/parser/untis.js index 7c5f1a3..a779254 100644 --- a/server/parser/untis.js +++ b/server/parser/untis.js @@ -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]