From 50aca9b2bcd11e16d9c629e1e12ffa8f1b7d0125 Mon Sep 17 00:00:00 2001 From: Dieter Blomme Date: Tue, 21 Jan 2025 20:15:56 +0100 Subject: [PATCH] Add support for ah.be site --- recipe_scrapers/albertheijnbe.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 recipe_scrapers/albertheijnbe.py diff --git a/recipe_scrapers/albertheijnbe.py b/recipe_scrapers/albertheijnbe.py new file mode 100644 index 000000000..561b90fa8 --- /dev/null +++ b/recipe_scrapers/albertheijnbe.py @@ -0,0 +1,7 @@ +from .albertheijn import AlbertHeijn + + +class AlbertHeijnBe(AlbertHeijn): + @classmethod + def host(cls): + return "ah.be"