我使用http://gdata.youtube.com/feeds/api/videos/1i8s245jxRE返回原子Feed以从youtube获取统计信息。它使用feedparser
在Python中工作。在Ruby中有没有相同的gem?
我尝试simple-rss
并获得SimpleRSSError: Poorly formatted feed
。我还尝试了feedzirra
并返回nil
对象?
由于
答案 0 :(得分:0)
你忘了打开饲料吗?
rss = SimpleRSS.parse(open(File.join(RAILS_ROOT, "public/............./feed.xml"))
也许你需要:'open-uri'