hhursev / recipe-scrapers

Python package for scraping recipes data
MIT License
1.7k stars 518 forks source link

Expanded scraper for HalfBakedHarvest and updated tests to match (#1050) #1051

Closed mkierzenka closed 6 months ago

mkierzenka commented 6 months ago

Resolves #1050 Adding support for a few methods that were missing from the HalfBakedHarvest scraper (e.g. cook_time, prep_time). Also expanded the relevant tests to cover these newly added methods.

strangetom commented 6 months ago

Thanks @mkierzenka , the changes look good to me.

Don't worry about the failing checks, it's not related to your changes and it should be fixed soon (#1045).

jknndy commented 6 months ago

Thanks @mkierzenka !

jayaddison commented 5 months ago

@mkierzenka this has been included and released in v14.56.0 (and also the pre-release v15.0.0-rc3) of recipe-scrapers on PyPi.