mirror of
https://github.com/MontFerret/ferret.git
synced 2025-03-05 15:16:07 +02:00
5 lines
125 B
Plaintext
5 lines
125 B
Plaintext
LET doc = DOCUMENT('https://news.ycombinator.com/')
|
|
|
|
FOR post IN ELEMENTS(doc, '.storylink')
|
|
RETURN post.attributes.href
|