diff --git a/lib/Travel/Status/DE/DeutscheBahn.pm b/lib/Travel/Status/DE/DeutscheBahn.pm index be0621dc5e31acc0a276d57495ffbe8549efa57e..8fb0ca2164f3516502e9cc5b8af2dab0cf9a9882 100644 --- a/lib/Travel/Status/DE/DeutscheBahn.pm +++ b/lib/Travel/Status/DE/DeutscheBahn.pm @@ -144,6 +144,11 @@ sub results { next; } my $stop = $1; + + if ( $stop =~ m{ [(] Halt \s entf.llt [)] }ox ) { + next; + } + push( @via, $stop ); }