Skip to content

v0.2.0

Compare
Choose a tag to compare
@micahcochran micahcochran released this 28 Jul 21:35
· 5 commits to master since this release
9a45e96
  • Mostly removed hack code from 0.2.0-pre due changes in recipe-scrapers.
  • Make minimum recipe-scrapers library version 13.3.3.
  • Log to a file. Add more logging around when recipe contents matches.
  • Writes a license report in Markdown file (licenses.md) in Crawler.license_report().
  • Assign AnchorListsEmptyError when the anchor lists are empty. Before this the code was catching ValueError exceptions from other parts of the code, when the program should be exiting.
  • Reports the bytes of HTML downloaded.
  • Improve documentation to taste.py. Add length argument.
  • Remove Release notes from the code (release notes already contained in GitHub) -- addresses #4 .