/extractcontent

ExtractContent for Ruby 1.9+

Primary LanguageRubyOtherNOASSERTION

ExtractContent

ExtractContent for Ruby 1.9+

Installation

Edit Gemfile.

$ vi Gemfile

Add a following line to Gemfile.

gem 'extractcontent', github: 'mono0x/extractcontent'

Install the gem.

$ bundle install

Usage

require 'bundler/setup'
require 'extractcontent'

html = ...
content, title = ExtractContent.analyse(html)

puts title
puts content

License

The BSD License

The original code was written by Nakatani Shuyo.