mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 01:19:49 +00:00
fix parsing of departures in Ingolstadt
This commit is contained in:
parent
9f2624eb85
commit
a2255d0835
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ public class InvgProvider extends AbstractHafasProvider
|
|||
, Pattern.DOTALL);
|
||||
private static final Pattern P_DEPARTURES_HEAD_FINE = Pattern.compile(".*?" //
|
||||
+ "<span class=\"output\">(.*?)<.*?" // location
|
||||
+ "<span class=\"output\">\n(\\d{2}\\.\\d{2}\\.\\d{2}),\n" // date
|
||||
+ "<span class=\"output\">\n(\\d{2}\\.\\d{2}\\.\\d{2}).*?" // date
|
||||
+ "Abfahrt (\\d{1,2}:\\d{2}).*?" // time
|
||||
, Pattern.DOTALL);
|
||||
private static final Pattern P_DEPARTURES_COARSE = Pattern.compile("<tr class=\"(depboard-\\w*)\">(.*?)</tr>", Pattern.DOTALL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue