Skip to content

Commit

Permalink
Add Futrovna restaurant
Browse files Browse the repository at this point in the history
  • Loading branch information
vmensik committed Nov 14, 2024
1 parent 0a6c3a0 commit f43e860
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lunches.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,11 @@ def viktorka(dom):
yield from menicka_parser(dom)


@restaurant("Futrovna", "https://www.menicka.cz/api/iframe/?id=7200", Location.Poruba)
def futrovna(dom):
yield from menicka_parser(dom)


@restaurant("Kurnik sopa", "https://www.kurniksopahospoda.cz", Location.Poruba)
def kurniksopa(dom):
for pivo in dom.css("#naCepu-list tr"):
Expand Down

0 comments on commit f43e860

Please sign in to comment.