From ae57b4c06e0c5e67a277d734c9c911d8dab7873f Mon Sep 17 00:00:00 2001 From: zv0n Date: Tue, 13 Sep 2022 22:34:29 +0200 Subject: [PATCH] Fix Diva Bara URL --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 99658d0..fc60e97 100644 --- a/main.cpp +++ b/main.cpp @@ -109,7 +109,7 @@ int main(int /*UNUSED*/, char ** /*UNUSED*/, char **env) { restaurants["suzies"] = std::make_unique("https://www.menicka.cz/3830-suzies-steak-pub.html", "Suzies"); restaurants["tao"] = std::make_unique(); restaurants["mahostina"] = std::make_unique(); - restaurants["divabara"] = std::make_unique("https://www.menicka.cz/325-restaurace-diva-bara.html", "Divá Bára"); + restaurants["divabara"] = std::make_unique("https://www.menicka.cz/6468-diva-bara.html", "Divá Bára"); std::cout << "Initial parsing" << std::endl; for (auto &restaurant : restaurants) restaurant.second->parse();