mirror of
https://github.com/MontFerret/ferret.git
synced 2025-05-15 22:26:40 +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
|