Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.13.0 source code.tar.gz | 2025-05-08 | 1.4 MB | |
2.13.0 source code.zip | 2025-05-08 | 1.7 MB | |
README.md | 2025-05-08 | 405 Bytes | |
Totals: 3 Items | 3.1 MB | 0 |
- The asyncio reactor is now enabled by default
- Replaced
start_requests()
(sync) withstart()
(async) and changed how it is iterated. - Added the
allow_offsite
request meta key - Spider middlewares that don't support asynchronous spider output are deprecated
- Added a base class for universal spider middlewares