Skip to content

15.0.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jayaddison jayaddison released this 30 Nov 13:37
· 276 commits to main since this release

This is the first release candidate for the v15 major version of recipe-scrapers. There's no plan at the moment to discontinue the v14 / mainline branch, particularly due to the interface break here.

Breaking changes

The scrape_me method is no longer supported; instead, callers should retrieve the HTML they'd like to scrape, and provide the URL and HTML to the scrape_html method.

This is probably quite controversial! @jayaddison (me) is responsible for this branch - please open feedback as issues in the bugtracker, and tag me on those.

The change removes a core dependency from this library, and removes any reliance on network connectivity from the library.