github hhursev/recipe-scrapers 15.0.0-rc3

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

This is the third 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 breaks here.

Breaking changes

  • The scrape_html function no longer uses requests to download recipes by default. To opt-in to backwards-compatible behaviour, ensure that requests is installed (for example, by using pip install recipe-scrapers[online]) and pass the online=True argument to the function.
  • The scrape_me function is no longer supported; please migrate to use the scrape_html function instead, and provide the HTML to scrape as an argument, or use the online=True feature of the function.

Deprecations

  • The wild_mode=True argument is deprecated; please migrate to use the supported_only=False argument instead.

Don't miss a new recipe-scrapers release

NewReleases is sending notifications on new releases.