mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-12 22:08:48 +00:00
fixed parsing
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@689 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
00c94836b3
commit
7cc52ed22e
1 changed files with 2 additions and 2 deletions
|
@ -130,9 +130,9 @@ public class VgsProvider extends AbstractHafasProvider
|
|||
+ "(?:<td class=\"[\\w ]*prognosis[\\w ]*\">\n" //
|
||||
+ "(?: |<span class=\"rtLimit\\d\">(pünktlich|\\d{1,2}:\\d{2})</span>)\n</td>\n" // predictedTime
|
||||
+ ")?.*?" //
|
||||
+ "<img src=\"/hafas-res/img/(\\w+)_pic\\.gif\"[^>]*>\\s*(.*?)\\s*</.*?" // type, line
|
||||
+ "<img src=\"/hafas-res/img/(\\w+)_pic\\.gif\"[^>]*>\\s*(.*?)\\s*<.*?" // type, line
|
||||
+ "<span class=\"bold\">\n" //
|
||||
+ "<a href=\"http://www\\.vgs-online\\.de/cgi-bin/stboard\\.exe/dn\\?input=(\\d+)&[^>]*>" // destinationId
|
||||
+ "<a href=\"http://www\\.saarfahrplan\\.de/cgi-bin/stboard\\.exe/dn\\?input=(\\d+)&[^>]*>" // destinationId
|
||||
+ "\\s*(.*?)\\s*</a>\n" // destination
|
||||
+ "</span>.*?" //
|
||||
+ "(?:<td class=\"center sepline top\">\n(" + ParserUtils.P_PLATFORM + ").*?)?" // position
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue