Open robert-elles opened 7 hours ago
Hi, if you have the link extracted and you want to just enqueue it, you can use the add_requests
method.
It should be accessible from all context:
context.add_requests(['https://crawlee.dev/'])
and crawler types:
crawler.add_requests(['https://crawlee.dev/'])
How can i queue a link where I already have the link extracted from the html. I don't need the selector. I already have a relative link that i just want to enque. In the docs there are only examples where one defines a selector and crawlee extracts the links.