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:
andreas.schildbach 2010-08-16 10:51:19 +00:00
parent da68809adc
commit d7c3ba543a
2 changed files with 42 additions and 2 deletions

View file

@ -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";