hhursev / recipe-scrapers

Python package for scraping recipes data
MIT License
1.61k stars 505 forks source link

Added recipe scraper for Womens Weekly Food #1081

Closed heathrampazis closed 2 months ago

heathrampazis commented 2 months ago

This pull request adds support for Womens Weekly Food Australia recipes. There was schema support for this site. However, there were some manual adjustments that needed to be made when scraping the instructions, as it would add the numbered steps to the instructions list. I was able to remove these inconsistencies to just include the steps much like other scrapers do.

Resolves #1080