Skip to content

Commit

Permalink
Add hellofresh.nl and bump version. Closes #513
Browse files Browse the repository at this point in the history
  • Loading branch information
hhursev committed Mar 27, 2022
1 parent eb2de3e commit 88f5647
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ Scrapers available for:
- `https://hellofresh.co.uk/ <https://hellofresh.co.uk>`_
- `https://www.hellofresh.de/ <https://www.hellofresh.de/>`_
- `https://www.hellofresh.fr/ <https://www.hellofresh.fr/>`_
- `https://www.hellofresh.nl/ <https://www.hellofresh.nl/>`_
- `https://www.homechef.com/ <https://www.homechef.com/>`_
- `https://hostthetoast.com/ <https://hostthetoast.com/>`_
- `https://receitas.ig.com.br/ <https://receitas.ig.com.br>`_
Expand Down
1 change: 1 addition & 0 deletions recipe_scrapers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion recipe_scrapers/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "13.23.0"
__version__ = "13.24.0"

0 comments on commit 88f5647

Please sign in to comment.