Commit 9a44e377 authored by Tomáš Szaniszlo's avatar Tomáš Szaniszlo
Browse files

Config::Restaurants: nove restauracie

parent 72111424
Loading
Loading
Loading
Loading
+25 −0
Original line number Original line Diff line number Diff line
@@ -261,6 +261,31 @@ our $restaurants = {
        'type' => 'showurl',
        'type' => 'showurl',
        'menu_url' => 'http://www.olymp-pub.cz/edit/menu.pdf',
        '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;
1;