fork download
  1. function getElements(){
  2. return request.get('http://m...content-available-to-author-only...r.com/joonggonara/',
  3. function(error, res, body){
  4. doc = libxml.parseHtmlString(body)
  5. return elements = doc.find('//li|//table')
  6.  
  7. })
  8. }
  9.  
  10. console.log(getElements());
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty