mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 17:10:30 +00:00
adapted to API change
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@692 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
08601eb37a
commit
13787d55f6
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ public final class BahnProvider extends AbstractHafasProvider
|
|||
|
||||
private static final Pattern P_CONNECTION_DETAILS_HEAD = Pattern.compile(".*?" //
|
||||
+ "<span class=\"bold\">Verbindungsdetails</span>(.*?)<div class=\"rline\"></div>.*?", Pattern.DOTALL);
|
||||
private static final Pattern P_CONNECTION_DETAILS_COARSE = Pattern.compile("<div class=\"haupt rline\">\n(.+?>\n)</div>", Pattern.DOTALL);
|
||||
private static final Pattern P_CONNECTION_DETAILS_COARSE = Pattern.compile("<div class=\"rline haupt\"\\s*>\n(.+?>\n)</div>", Pattern.DOTALL);
|
||||
static final Pattern P_CONNECTION_DETAILS_FINE = Pattern.compile("<span class=\"bold\">\\s*(.+?)\\s*</span>.*?" // departure
|
||||
+ "(?:" //
|
||||
+ "<span class=\"bold\">\\s*(.+?)\\s*</span>.*?" // line
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue