Fix breakline

This commit is contained in:
Matyáš Caras 2022-04-05 17:13:45 +02:00
parent d48eecac69
commit f337b11f19
2 changed files with 2 additions and 1 deletions

View file

@ -286,6 +286,7 @@ class Canteen {
.firstMatch(o)!
.group(0)
.toString()
.replaceAll("<br>", "")
.split(" / ");
var vydejna = RegExp(
r'(?<=<span class="smallBoldTitle button-link-align">).+?(?=<)')

View file

@ -1,6 +1,6 @@
name: canteenlib
description: Library for communication with the czech canteen food ordering system iCanteen
version: 0.1.0-alpha.8
version: 0.1.0-alpha.9
repository: 'https://github.com/hernikplays/canteenlib'
issue_tracker: 'https://github.com/hernikplays/canteenlib/issues'
documentation: 'https://docs.hernikplays.cz'