Bugfixes:
- The
nosalty.huscraper has been added to theSCRAPERSsupported-hosts dictionary (#1188). - Misleading deprecation notices about
optionshad been emitted when using thewild_modekeyword argument; these no longer occur (#1191). wild_modewas incorrectly enabled whenscrape_htmlwas called on recipe URLs for unsupported sites (#1186).
Misc:
- Consistent ordering of JSON keys in test data, to support code review (#1151).
- A deprecation notice for the
scrape_mefunction has been added (#1192). - Updates to the
READMEbased on user support feedback (#1182).
WIth thanks to @jknndy for the consistent JSON key ordering improvements! 🎉