Age | Commit message (Collapse) | Author | Files | Lines |
|
Fixes #13. Event handler’s push() is async now.
|
|
Closes #16. Expose SiteLoader’s page idle changes through events and
move state tracking into controller event handler. Relies on tracking
time instead of asyncio event, which is more reliable.
|
|
The policy itself must be stateless, since there can be multiple
ExtractLinks events (which would cause DepthLimit to reduce its depth
every time).
|
|
Lots of copy&pasta. Unfortunately the controller uses asyncio.sleep in a
few places.
|