github hhursev/recipe-scrapers 15.0.0-rc1

latest releases: 15.11.0, 15.10.0, 15.9.0...
pre-release2 years ago

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.

Don't miss a new recipe-scrapers release

NewReleases is sending notifications on new releases.