hhursev / recipe-scrapers

Python package for scraping recipes data
MIT License
1.61k stars 505 forks source link

v14: add deprecation warning about scraper 'options' keyword arguments. #1079

Closed jayaddison closed 2 months ago

jayaddison commented 2 months ago

Add some deprecation warnings about usage of the **options keyword arguments (currently used for: timeout=, proxies=) to the v14 (current mainline) branch.

Relates to #1022.