fair-rose•2y ago
Is it possible to get the selector of the individual links when using enqueueLinks()?
4 Replies
ambitious-aqua•2y ago
Hello @Juneberry, this is not possible using enqueueLinks. You can achieve this by parsing the page (eg. by using cheerio) and creating requests manually.
fair-roseOP•2y ago
@vojtechmaslan thank you. How would I pass the links manually? Would I still use enqueueLinks?
ambitious-aqua•2y ago
You can do something like this:
fair-roseOP•2y ago
Awesome, thank you!