Hegwin.Me

The bitterest tears shed over graves are for words left unsaid and deeds left undone.

Catch HTML elements with delayed loading

抓取JS延迟加载的页面内容

I recently wanted to do a small website (WoW-related), which requires data from other people's public database to take, but as a mainland Battlenet users, to apply for API privileges with Blizzard is very troublesome, so I intend to crawl directly from other people's ready-made database pages. Isn't it an HTML crawler? So I used open-uri and nokogiri as usual,...