Skip to content

Commit

Permalink
Fixup: add nosalty to supported-hosts dictionary. (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison authored Jul 26, 2024
1 parent d3d401c commit 4b2b20f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ Scrapers available for:
- `https://www.nhs.uk/healthier-families/ <https://www.nhs.uk/healthier-families/>`_
- `https://nibbledish.com/ <https://nibbledish.com>`_
- `https://norecipes.com/ <https://norecipes.com/>`_
- `https://nosalty.hu/ <https://nosalty.hu/>`_
- `https://www.notenoughcinnamon.com/ <https://www.notenoughcinnamon.com/>`_
- `https://nourishedbynutrition.com/ <https://nourishedbynutrition.com/>`_
- `https://www.nrk.no/ <https://www.nrk.no/>`_
Expand Down
2 changes: 2 additions & 0 deletions recipe_scrapers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@
from .nibbledish import NibbleDish
from .nihhealthyeating import NIHHealthyEating
from .norecipes import NoRecipes
from .nosalty import NoSalty
from .notenoughcinnamon import NotEnoughCinnamon
from .nourishedbynutrition import NourishedByNutrition
from .nrkmat import NRKMat
Expand Down Expand Up @@ -617,6 +618,7 @@
NIHHealthyEating.host(): NIHHealthyEating,
NYTimes.host(): NYTimes,
NoRecipes.host(): NoRecipes,
NoSalty.host(): NoSalty,
NourishedByNutrition.host(): NourishedByNutrition,
Number2Pencil.host(): Number2Pencil,
NutritionByNathalie.host(): NutritionByNathalie,
Expand Down

0 comments on commit 4b2b20f

Please sign in to comment.