From 88f564785de8d29b9b64b738173c418e68422c0e Mon Sep 17 00:00:00 2001 From: Hristo Harsev Date: Sun, 27 Mar 2022 21:43:31 +0300 Subject: [PATCH] Add hellofresh.nl and bump version. Closes #513 --- README.rst | 1 + recipe_scrapers/__init__.py | 1 + recipe_scrapers/__version__.py | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index fca6211ca..2e6fc2da3 100644 --- a/README.rst +++ b/README.rst @@ -154,6 +154,7 @@ Scrapers available for: - `https://hellofresh.co.uk/ `_ - `https://www.hellofresh.de/ `_ - `https://www.hellofresh.fr/ `_ +- `https://www.hellofresh.nl/ `_ - `https://www.homechef.com/ `_ - `https://hostthetoast.com/ `_ - `https://receitas.ig.com.br/ `_ diff --git a/recipe_scrapers/__init__.py b/recipe_scrapers/__init__.py index 112c30580..3fd714426 100644 --- a/recipe_scrapers/__init__.py +++ b/recipe_scrapers/__init__.py @@ -262,6 +262,7 @@ HelloFresh.host(domain="co.uk"): HelloFresh, HelloFresh.host(domain="de"): HelloFresh, HelloFresh.host(domain="fr"): HelloFresh, + HelloFresh.host(domain="nl"): HelloFresh, HomeChef.host(): HomeChef, Hostthetoast.host(): Hostthetoast, HundredAndOneCookbooks.host(): HundredAndOneCookbooks, diff --git a/recipe_scrapers/__version__.py b/recipe_scrapers/__version__.py index 8836c604f..411df1f17 100644 --- a/recipe_scrapers/__version__.py +++ b/recipe_scrapers/__version__.py @@ -1 +1 @@ -__version__ = "13.23.0" +__version__ = "13.24.0"