v0.2.1
Changed
scraper._engine→scraper.engine— the engine sub-package is now a public module; all internal imports updated accordinglyscraper._utils→scraper.utils— utilities sub-package promoted to publicscraper.exceptions—CloudflareExceptionandAbortedExceptionare now importable directly fromscraper.engine.exceptions(previouslyscraper._engine.exceptions)ProxyManagerrewritten — moved fromscraper._engine.proxy_managertoscraper.engine.proxy_manager; richer proxy rotation, Tor support split into a dedicated exampleScraperConfig/ proxy config consolidated —_engine/config.pymerged intoscraper/config.py;EventLockmoved toscraper/utils/event_lock.py- Examples reorganised —
09_proxies.py,10_tor_proxy.pyadded;09_proxies_and_tor.pyremoved
Full Changelog: v0.1.2...v0.2.1