mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 00:39:58 +00:00
re-enabled connections for Austria
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@176 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
4a5af78ba6
commit
1d8ae79785
3 changed files with 136 additions and 48 deletions
|
@ -122,7 +122,7 @@ public final class VbbProvider implements NetworkProvider
|
|||
+ DATE_FORMAT.format(now) + "</DateEnd></Period><TableStation externalId='" + stationId + "'/></STBReq></ReqC>";
|
||||
final String uri = "http://www.vbb-fahrinfo.de/hafas/extxml/extxml.exe/dn";
|
||||
|
||||
final CharSequence page = ParserUtils.scrape(uri, request, null);
|
||||
final CharSequence page = ParserUtils.scrape(uri, false, request, null, false);
|
||||
|
||||
final Matcher mError = P_STATION_LOCATION_ERROR.matcher(page);
|
||||
if (mError.find())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue