hhursev / recipe-scrapers

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

v15: remove support for (API-request-based) madewithlau.com #1087

Closed jayaddison closed 2 months ago

jayaddison commented 2 months ago

The updated website format of madewithlau.com requires an additional HTTP request, meaning that it's not compatible with the current v15 branch.

It doesn't seem to make sense to keep the legacy version of the scraper in place in that branch, because it is known not to function with the current website.

It is possible that some users may want to continue to extract data from HTML corresponding to previous versions of the site's HTML. For that I think the best solution at the moment is to install one of the previous versions of this library and use that for recipe info extraction.

Relates to #1068.