hhursev / recipe-scrapers

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

Add gourmet traveller #1104

Closed mlduff closed 2 months ago

mlduff commented 2 months ago

Adds support for Gourmet Traveller, using https://www.gourmettraveller.com.au/recipe/mains/greek-grilled-calamari-salad/ as the test case recipe. I made a few notes in the issue for review consideration.

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

jknndy commented 2 months ago

@mlduff, there doesn't appear to be ratings data available on this site so you can omit it in the scraper class (check out #1025 & #1065 for some related convo) & we'll need test coverage for category & cuisine

mlduff commented 2 months ago

@jayaddison I've implemented changes that only remove one instance of each group heading, so if there are group headings which are also ingredients then they won't both be removed.

jayaddison commented 2 months ago

Thanks @mlduff!