mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-20 17:29:51 +00:00
fixed another footway variant
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@88 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
da68809adc
commit
d7c3ba543a
2 changed files with 42 additions and 2 deletions
|
@ -365,9 +365,9 @@ public class MvvProvider implements NetworkProvider
|
|||
+ "<td>\\s*(.*?)\\s*<br />Richtung\\s*(.*?)\\s*</td>.*?" //
|
||||
+ "an (\\d+:\\d+)\\s+(.*?)\\s*<" //
|
||||
+ "|" //
|
||||
+ "ab\\s+(.*?)\\s*<a.*?" //
|
||||
+ "ab\\s+(.*?)\\s*<.*?" //
|
||||
+ "Fußweg[\\xa0\\s]+\\(ca\\.[\\xa0\\s]+(\\d+)[\\xa0\\s]+Minute.*?" //
|
||||
+ "an\\s+(.*?)\\s*<a" //
|
||||
+ "an\\s+(.*?)\\s*<" //
|
||||
+ ").*?", Pattern.DOTALL);
|
||||
private static final Pattern P_CONNECTION_DETAILS_ERRORS = Pattern.compile("(session has expired)", Pattern.CASE_INSENSITIVE);
|
||||
private static final String SITZENBLEIBER = "Sitzenbleiber";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue