最近一直在开发内容类 iOS APP,后端也是自己用 Ruby 来完成,过程中开发了一些小巧的 gem,这是其中一个,可以获取文章或者新闻的图片,这对于阅读类 APP 还是有点用的。
gem install getf
getf http://www.jianshu.com/p/89bf7ed4ae2c
require 'getf' puts ImageGetter.on(url:"http://www.jianshu.com/p/89bf7ed4ae2c")
https://github.com/metrue/getF