Commit e0d2c42a authored by Daniel Friesel's avatar Daniel Friesel Committed by derf
Browse files

sb_templates: name/key can be changed as well

parent dbe379a3
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -13,9 +13,9 @@ use DateTime;
my @sb_templates = (
	undef,
	[ 'DBF',         'https://dbf.finalrewind.org/{name}?rt=1#{tt}{tn}' ],
	[ 'marudor.de', 'https://bahn.expert/{name}#{id}' ],
	[ 'bahn.expert', 'https://bahn.expert/{name}#{id}' ],
	[ 'NVM',         'https://nvm.finalrewind.org/board/{eva}#{tt}{tn}' ],
	[ 'marudor.de/regional', 'https://bahn.expert/regional/{name}#{id}' ],
	[ 'bahn.expert/regional', 'https://bahn.expert/regional/{name}#{id}' ],
);

sub new {