✨ New Features
- Language Filtering: Added
SCRAPE_LANGsetting to filter recipes by language (defaults to 'en'). - Custom Site Lists: You can now provide a comma-separated list of URLs via the
SITESenvironment variable to override the built-in list. - Standardization: All settings now use standard Environment Variables for better Docker compatibility.
📦 Upgrading
- Docker users: Re-pull the image or add the new variables to your compose file.
- Python users: Run
pip install -r requirements.txtto install the newlangdetectdependency.