Skip to content

Commit

Permalink
Support Ardoyen URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Jun 19, 2024
1 parent 1606b94 commit 2cc1fb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/scraper/resto/menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"nl": "https://www.ugent.be/student/nl/meer-dan-studeren/resto/weekmenu",
"nl-sterre": "https://www.ugent.be/student/nl/meer-dan-studeren/resto/weekmenu",
"nl-debrug": "https://www.ugent.be/student/nl/meer-dan-studeren/resto/weekmenu",
"nl-coupure": "https://www.ugent.be/student/nl/meer-dan-studeren/resto/weekmenu"
"nl-coupure": "https://www.ugent.be/student/nl/meer-dan-studeren/resto/weekmenu",
"nl-ardoyen": "https://www.ugent.be/student/nl/meer-dan-studeren/resto/weekmenu"
}

NORMAL_WEEK = re.compile(r"week(\d+)$")
Expand Down

0 comments on commit 2cc1fb2

Please sign in to comment.