DBDB: apps-bahn wagenreihung no longer exists

This commit is contained in:
Daniel Friesel 2023-02-13 18:27:26 +01:00
parent f24f022780
commit 192af42d04
No known key found for this signature in database
GPG key ID: 100D5BFB5166E005

View file

@ -30,7 +30,7 @@ sub has_wagonorder_p {
my ( $self, $ts, $train_no ) = @_;
my $api_ts = $ts->strftime('%Y%m%d%H%M');
my $url
= "https://www.apps-bahn.de/wr/wagenreihung/1.0/${train_no}/${api_ts}";
= "https://ist-wr.noncd.db.de/wagenreihung/1.0/${train_no}/${api_ts}";
my $cache = $self->{cache};
my $promise = Mojo::Promise->new;
@ -73,11 +73,6 @@ sub get_wagonorder_p {
my $url
= "https://ist-wr.noncd.db.de/wagenreihung/1.0/${train_no}/${api_ts}";
if ( $api !~ m{i} and $api =~ m{a} ) {
$url
= "https://www.apps-bahn.de/wr/wagenreihung/1.0/${train_no}/${api_ts}";
}
my $cache = $self->{cache};
my $promise = Mojo::Promise->new;