hhursev / recipe-scrapers

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

Add bestrecipes.com.au #1049

Closed mlduff closed 6 months ago

mlduff commented 6 months ago

This PR adds support for bestrecipes.com.au, using https://www.bestrecipes.com.au/recipes/aussie-meat-pie-recipe-2/34l4qr5q as the test case.

Resolves https://github.com/hhursev/recipe-scrapers/issues/1047

jknndy commented 6 months ago

The unit tests are failing due to a separate issue, should be resolved and ready for merge once #1048 is.

I tested this locally and every thing is passing! If you can just adjust your PR description to include Resolves #1047 it will automatically close the associated issue when this is merged.

Thanks for the contribution!

jknndy commented 6 months ago

Hi @mlduff , could you please sync this branch with the main branch so the tests will pass?

I was able to complete it from my end, thanks again for the contribution!