From PR #11
- Adds support for
Crawl-delay
directive inrobots.txt
(Note:Request-rate
is not supported.). - Replaces
reppy
with the Python standard libraryurllib.robotparse
- Typing syntax improvements.
- Updates made to support recipe-scrapers library >=14.48.0
- Adds Foodista to the default list of sites to scrape.
- Adds
requirements-dev.txt
for development. This is mainly typing.