最近一直在开发内容类 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")
1
hging 2015-04-16 00:08:12 +08:00
噗......这个Gem源码我看懂了. 哈哈.
|