Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vdusek authored Jan 10, 2025
1 parent 79efb6c commit 5c619e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/blog/2025/01-10/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ if __name__ == '__main__':

There are new classes [`RequestLoader`](https://www.crawlee.dev/python/api/class/RequestLoader), [`RequestManager`](https://www.crawlee.dev/python/api/class/RequestManager) and [`RequestManagerTandem`](https://www.crawlee.dev/python/api/class/RequestManagerTandem) that manage how Crawlee accesses and stores requests. They allow you to use other component (service) as a source for requests and optionally you can combine it with a [`RequestQueue`](https://www.crawlee.dev/python/api/class/RequestQueue). They let you plug in any request source, and combine the external data sources with Crawlee's standard `RequestQueue`.

<!-- TODO: uncoment this, once the guide is ready -->
<!-- You can learn more about these new features in the [Request loaders guide](https://www.crawlee.dev/python/docs/guides/request-loaders). -->
You can learn more about these new features in the [Request loaders guide](https://www.crawlee.dev/python/docs/guides/request-loaders).

```python
import asyncio
Expand Down

0 comments on commit 5c619e5

Please sign in to comment.