You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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 .