Releases: hhursev/recipe-scrapers
Releases · hhursev/recipe-scrapers
14.46.0
Adds support for:
Other changes:
- Type-consistency fixes for the
scraper.instructions()
method -- this should always now return astr
value. (#852) - NibbleDish: fixup in cases where
schema.org
ingredient text has been munged into a single string in the page's metadata. (#856) - Gousto: fixups for description, time and yields fields (#853) and fix paragraph/linebreak handling (#847)
- Dropped support for Python3.7 (that version has reached end-of-life) (#857)
- Some misc small fixes discovered during development of pull request #852 (#860)
With thank yous to @daniel-tp @jknndy @shantih19! 🎉
14.45.0
14.44.1
14.44.0
14.43.0
14.42.0
Ingredient Groups, added in 14.41.0, are now available for:
In addition, we have a few more domain-tailored scrapers:
- saltpepperskillet.com (#801)
- wellplated.com (#794)
- insanelygoodrecipes.com (#800)
- staysnatched.com (#802)
- foodfidelity.com (#804)
- persnicketyplates.com (#806)
Thank you @jknndy @strangetom! 🎉
14.41.0
- Adds support for Ingredient Groups to the library (#781)
- Multiple schema-based scrapers added
Thank you very much, @strangetom and @jknndy ! 🎉
14.40.0
14.39.0
- Adds support for TheExpertGuides.com (#783)
Thank you, @konandodev7!
14.38.0
- Adds support for http://nibbledish.com
- hellofresh update. Previous workaround for recipes yielding 1 portion not needed now
- Fix lxml problems with unittests in MacOS
Creds: @konandodev7 @strangetom @jayaddison