lib/imw/parsers/html_parser.rb in imw-0.1.1 vs lib/imw/parsers/html_parser.rb in imw-0.2.0

- old
+ new

@@ -16,10 +16,10 @@ # Note of course that these have quite different goals. For example, we don't # have any interest in "interactive" crawling, eg form submission, or at least # that goes elsewhere. # # -# == Sample HTML (http://twitter.com: +# == Sample HTML (http://twitter.com): # # <ul class="about vcard entry-author"> # <li ><span class="label">Name</span> <span class="fn" >MarsPhoenix </span> </li> # <li ><span class="label">Location</span> <span class="adr">Mars, Solar System</span> </li> # <li id="bio"><span class="label">Bio</span> <span class="bio">I dig Mars! </span> </li>