7 ms·
how to get the list of urls in this example on http://noodlejs.com/ http://noodlejs.com/? the selector: 'h3.r a' allows only to get the list of names
by Misiek 13y ago
how to get the list of urls in this example on http://noodlejs.com/ http://noodlejs.com/?
the selector: 'h3.r a' allows only to get the list of names
- premasagar 13y agoSimply replace `extract: text` with `extract: href` for the anchor's href attribute. You can do this with any kind of attribute.