mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 17:10:30 +00:00
fixed parsing of destination
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@678 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
b8e0e1babf
commit
79d973321d
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ public class OebbProvider extends AbstractHafasProvider
|
||||||
+ "<td class=\"date\">(?:(\\d{2}\\.\\d{2}\\.\\d{2})| )</td>.*?" // arrivalDate
|
+ "<td class=\"date\">(?:(\\d{2}\\.\\d{2}\\.\\d{2})| )</td>.*?" // arrivalDate
|
||||||
+ "<td class=\"timeValue\">\n?<span>an (\\d{2}:\\d{2}).*?" // arrivalTime
|
+ "<td class=\"timeValue\">\n?<span>an (\\d{2}:\\d{2}).*?" // arrivalTime
|
||||||
+ "<td class=\"platform\">\\s*(?: |(.*?))\\s*</td>.*?" // arrivalPosition
|
+ "<td class=\"platform\">\\s*(?: |(.*?))\\s*</td>.*?" // arrivalPosition
|
||||||
+ "<td[^>]* class=\"section_remarks\">(?:.*?Richtung\\:\\s*([^\n]*)\n)?.*?</td>?.*?" // destination
|
+ "<td[^>]* class=\"section_remarks\">(?:.*?Richtung\\:</span>\\s*([^\n]*)\n)?.*?</td>?.*?" // destination
|
||||||
, Pattern.DOTALL);
|
, Pattern.DOTALL);
|
||||||
|
|
||||||
private QueryConnectionsResult queryConnections(final String firstUri, final CharSequence firstPage) throws IOException
|
private QueryConnectionsResult queryConnections(final String firstUri, final CharSequence firstPage) throws IOException
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue