Get links from rss feed
set(#Html,$read file("https://news.google.com/news?cf=all&hl=en&ned=us&q=KEYWORD&output=rss"),"Global") set(#Html,$replace(#Html,"<","<"),"Global") set(#Html,$replace(#Html,">",">"),"Global") set(#Html,$replace(#Html,""","\""),"Global") set(#Html,$replace(#Html,"'","\'"),"Global") set(#Html,$replace(#Html,"'","\'"),"Global") loop(10) { set(#Html,$replace(#Html,"&","&"),"Global") } load html(#Html) wait(2) add list to list(%Links,$find regular expression(#Html,"(?<=&url=).*?(?=(</link>|\"))"),"Delete","Global") load html(" {$replace(%Links," ","<br>")}")
Subscribe to:
Posts (Atom)