oktw says to #ysitd<mmis1000>: request.get "http://ani.gamer.com.tw/animeList.php", (err, res, body)-> console.log body $ = cheerio.load body list = ($ '.class_list > ul > li > a').filter ()-> _ = $ @ !!((_.attr 'href').match /\?/) .map ()-> _ = $ @ link = url.resolve 'http://ani.gamer.com.tw/animeList.php', _.attr 'href' console.log (_.text()), link { name: _.text(), link } .toArraat Wed, Feb 3, 2016 1:39 AM