Commit ad0697d9 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

acronyms.sh: update DS100 URL

parent 7e0e9260
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15292,7 +15292,7 @@ Travel::Status::DE::IRIS::Stations - Station name to station code mapping

=head1 VERSION

version 1.00
version 0.00

=head1 DESCRIPTION

@@ -15363,7 +15363,7 @@ Travel::Status::DE::IRIS(3pm).

=head1 AUTHOR

Copyright (C) 2014 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
Copyright (C) 2014-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>

=head1 LICENSE

+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ use utf8;

use List::MoreUtils qw(firstval);

our $VERSION = '0.00';
our $VERSION = '1.00';

my @stations = (
EOF
+1 −1
Original line number Diff line number Diff line
#!/bin/sh

curl -s http://www.db-netz.de/file/2361656/data/betriebsstellen.pdf \
curl -s http://fahrweg.dbnetze.com/file/fahrweg-de/2394144/vHBDX5OndmGwv-JTA9EzuNArX1E/2361656/data/betriebsstellen.pdf \
| pdftotext -raw - - | perl scripts/acronyms.pl \
> lib/Travel/Status/DE/IRIS/Stations.pm