Loading Config/Restaurants.pm +25 −0 Original line number Diff line number Diff line Loading @@ -261,6 +261,31 @@ our $restaurants = { 'type' => 'showurl', 'menu_url' => 'http://www.olymp-pub.cz/edit/menu.pdf', }, 'ustaryhobilla' => { 'type' => 'showurl', 'menu_url' => 'https://www.billexpress.cz/eshop/', 'aliases' => [qw(bill ubilla)], }, 'bistrovprocesu' => { 'type' => 'showurl', 'menu_url' => 'https://www.facebook.com/Bistro-v-Procesu-100433491751360/', 'aliases' => [qw(vprocesu proces)], }, 'fabrikfoodfactory' => { 'type' => 'showurl', 'menu_url' => 'https://factory.fabrik.cz/denni-menu/', # parseable 'aliases' => [qw(fabrik)], }, 'efihostinec' => { 'type' => 'showurl', 'menu_url' => 'https://www.efishop.cz/efi-hostinec/', # parseable 'aliases' => [qw(efi)], }, 'prvnidoubravnicka' => { 'type' => 'showurl', 'menu_url' => 'https://www.prvnidoubravnicka.cz/menu', 'aliases' => [qw(doubravnicka)], }, }; 1; Loading
Config/Restaurants.pm +25 −0 Original line number Diff line number Diff line Loading @@ -261,6 +261,31 @@ our $restaurants = { 'type' => 'showurl', 'menu_url' => 'http://www.olymp-pub.cz/edit/menu.pdf', }, 'ustaryhobilla' => { 'type' => 'showurl', 'menu_url' => 'https://www.billexpress.cz/eshop/', 'aliases' => [qw(bill ubilla)], }, 'bistrovprocesu' => { 'type' => 'showurl', 'menu_url' => 'https://www.facebook.com/Bistro-v-Procesu-100433491751360/', 'aliases' => [qw(vprocesu proces)], }, 'fabrikfoodfactory' => { 'type' => 'showurl', 'menu_url' => 'https://factory.fabrik.cz/denni-menu/', # parseable 'aliases' => [qw(fabrik)], }, 'efihostinec' => { 'type' => 'showurl', 'menu_url' => 'https://www.efishop.cz/efi-hostinec/', # parseable 'aliases' => [qw(efi)], }, 'prvnidoubravnicka' => { 'type' => 'showurl', 'menu_url' => 'https://www.prvnidoubravnicka.cz/menu', 'aliases' => [qw(doubravnicka)], }, }; 1;