# File lib/nicovideo/page.rb, line 30 def html() page = @page || get_page return nil unless page page.parser.to_html end