Y
Hacker News
new
|
ask
|
show
|
jobs
by
Misiek
4673 days ago
how to get the list of urls in this example on
http://noodlejs.com/
?
the selector: 'h3.r a' allows only to get the list of names
1 comments
premasagar
4666 days ago
Simply replace `extract: text` with `extract: href` for the anchor's href attribute. You can do this with any kind of attribute.
link