|
Pages: [1]
|
 |
|
Author
|
Topic: parse problem2 (Read 228 times)
|
parse
Guest
|
I want to parse the news section of http://www.yahoo.com/ I thought it would be easy but it doesn't extract the links and descriptions as expected  help thanks links: copy [] text: copy [] page: read http://www.yahoo.comhtml-code: [ {<a href=} copy link to {">} (append links link) thru {">} copy txt to {</a>} (append text txt) thru {</a><br>• } | to "Markets" ] parse page [to {In the News} to {<a href=} html-code to {market}]
|
|
|
|
|
Logged
|
|
|
|
Guest
Guest
|
Nobody knows ? Is it too obvious or too hard ?
|
|
|
|
|
Logged
|
|
|
|
|
Gabriele
|
Hints: parse/all and, if you want to get more than one link, you'll need an iteration, like some.
Also, there's no reason for thru in to "something" thru "something", you can just use to "something" "something" or to "something" 9 skip where 9 is the length of "something".
|
|
|
|
|
Logged
|
|
|
|
|
|
Pages: [1]
|
|
|
 |