== Forum_post_v0.2/ GemPlugin the gem used to get the forum post install: gem install forum_post example: require 'rubygems' require 'forum_post' require 'open-uri' uri='http://topic.csdn.net/u/20110718/17/f1a523fb-8c65-4510-a094-daf7bd2698cf.html?50656' source=open(uri).read doc=ForumPost::Document.new(source) puts doc.content
Project
forum_post
Get the forum post
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Dependencies
Runtime
>= 1.4
Project Readme