deep-jade•2y ago
Is it possible to get the selector of the individual links when using enqueueLinks()?
4 Replies
metropolitan-bronze•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.
deep-jadeOP•2y ago
@vojtechmaslan thank you. How would I pass the links manually? Would I still use enqueueLinks?
metropolitan-bronze•2y ago
You can do something like this:
deep-jadeOP•2y ago
Awesome, thank you!